summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-04-10 22:16:27 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-04-10 22:16:27 +0000
commit20643babb947c642ffda366d193bbd8abe519bc7 (patch)
treeee13da49967a318bb5f39a98c1f3f2ca336f49a9
parentdfa334f63c90eeeb17667b3ce8f29828c36863fe (diff)
downloadATCD-20643babb947c642ffda366d193bbd8abe519bc7.tar.gz
Sat Apr 09 17:15:23 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--TAO/CIAO/ChangeLog7
-rw-r--r--TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc2
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 12558511735..f00b4b9cb62 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,10 @@
+Sat Apr 09 17:15:23 CDT 2005 Will Otte <wotte@dre.vanderbilt.edu>
+
+ * DAnCE/Plan_Launcher/Plan_Launcher.mpc
+
+ Changed the after clause to point to the XSC_Config_Handlers
+ instad of the old config handlers.
+
Sat Apr 09 23:59:40 2005 Gan Deng <dengg@dre.vanderbilt.edu>
* DAnCE/DomainApplicationManager/Deployment_Configuration.cpp
diff --git a/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc b/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
index 3b19cd98a51..4a957cb3d70 100644
--- a/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
+++ b/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
@@ -7,7 +7,7 @@ project(Plan_Launcher): ciao_deployment_stub, naming, xerces, taoexe {
after += XSC_Config_Handlers ExecutionManager_stub NodeDaemon_stub
libs += XSC_Config_Handlers
libs += ExecutionManager_stub
- after += Config_Handlers
+ after += XSC_Config_Handlers
Source_Files {
Plan_Launcher.cpp