From fee0909815fa181f78dad733b7d84ee7fd941823 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Thu, 5 Oct 2006 06:32:57 +0000 Subject: [PATCH] Rename the Windows component. This commit was SVN r12012. --- orte/mca/odls/{windows => process}/.ompi_ignore | 0 orte/mca/odls/{windows => process}/Makefile.am | 0 orte/mca/odls/{windows => process}/configure.m4 | 0 orte/mca/odls/{windows => process}/configure.params | 0 orte/mca/odls/{windows => process}/help-odls-windows.txt | 0 orte/mca/odls/{windows => process}/odls_windows.h | 0 orte/mca/odls/{windows => process}/odls_windows_component.c | 0 orte/mca/odls/{windows => process}/odls_windows_module.c | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename orte/mca/odls/{windows => process}/.ompi_ignore (100%) rename orte/mca/odls/{windows => process}/Makefile.am (100%) rename orte/mca/odls/{windows => process}/configure.m4 (100%) rename orte/mca/odls/{windows => process}/configure.params (100%) rename orte/mca/odls/{windows => process}/help-odls-windows.txt (100%) rename orte/mca/odls/{windows => process}/odls_windows.h (100%) rename orte/mca/odls/{windows => process}/odls_windows_component.c (100%) rename orte/mca/odls/{windows => process}/odls_windows_module.c (100%) diff --git a/orte/mca/odls/windows/.ompi_ignore b/orte/mca/odls/process/.ompi_ignore similarity index 100% rename from orte/mca/odls/windows/.ompi_ignore rename to orte/mca/odls/process/.ompi_ignore diff --git a/orte/mca/odls/windows/Makefile.am b/orte/mca/odls/process/Makefile.am similarity index 100% rename from orte/mca/odls/windows/Makefile.am rename to orte/mca/odls/process/Makefile.am diff --git a/orte/mca/odls/windows/configure.m4 b/orte/mca/odls/process/configure.m4 similarity index 100% rename from orte/mca/odls/windows/configure.m4 rename to orte/mca/odls/process/configure.m4 diff --git a/orte/mca/odls/windows/configure.params b/orte/mca/odls/process/configure.params similarity index 100% rename from orte/mca/odls/windows/configure.params rename to orte/mca/odls/process/configure.params diff --git a/orte/mca/odls/windows/help-odls-windows.txt b/orte/mca/odls/process/help-odls-windows.txt similarity index 100% rename from orte/mca/odls/windows/help-odls-windows.txt rename to orte/mca/odls/process/help-odls-windows.txt diff --git a/orte/mca/odls/windows/odls_windows.h b/orte/mca/odls/process/odls_windows.h similarity index 100% rename from orte/mca/odls/windows/odls_windows.h rename to orte/mca/odls/process/odls_windows.h diff --git a/orte/mca/odls/windows/odls_windows_component.c b/orte/mca/odls/process/odls_windows_component.c similarity index 100% rename from orte/mca/odls/windows/odls_windows_component.c rename to orte/mca/odls/process/odls_windows_component.c diff --git a/orte/mca/odls/windows/odls_windows_module.c b/orte/mca/odls/process/odls_windows_module.c similarity index 100% rename from orte/mca/odls/windows/odls_windows_module.c rename to orte/mca/odls/process/odls_windows_module.c