summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-10 13:01:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-10 13:01:07 +0000
commit2781b07b5a0e520aeb3032fe79bb451c8870c9f2 (patch)
treeca9b882051d538614174835de73b4aa9c212301d
parente66b714e82ffb6e56b8b3750e621f1a753eb830c (diff)
downloadATCD-2781b07b5a0e520aeb3032fe79bb451c8870c9f2.tar.gz
ChangeLogTag: Mon Apr 10 12:31:14 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc4
-rw-r--r--TAO/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc b/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
index 41a34263764..391912025b4 100644
--- a/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
+++ b/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(Plan_Launcher_Impl) : ciao_component_dnc, ciao_config_handlers {
+project(Plan_Launcher_Impl) : ciao_servant_dnc, ciao_config_handlers {
sharedname = Plan_Launcher_Impl
after += ExecutionManager_stub
libs += ExecutionManager_stub
@@ -19,7 +19,7 @@ project(Plan_Launcher_Impl) : ciao_component_dnc, ciao_config_handlers {
}
}
-project(Plan_Launcher) : ciao_component_dnc, taoexe, ciao_config_handlers {
+project(Plan_Launcher) : ciao_server_dnc, ciao_config_handlers {
exename = plan_launcher
after += Plan_Launcher_Impl
diff --git a/TAO/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc b/TAO/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc
index 2e261722fa0..b1300b1f92e 100644
--- a/TAO/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc
+++ b/TAO/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc
@@ -4,7 +4,7 @@
//RepositoryManager project: implementation of a repository manager
//compleint with the D&C spec
-project (RepositoryManager) : ciao_component_dnc, taoexe, ciao_config_handlers, zzip, zlib {
+project (RepositoryManager) : ciao_server_dnc, ciao_config_handlers, zzip, zlib {
exename = RepositoryManagerDeamon
requires += zzip zlib
@@ -31,7 +31,7 @@ project (RepositoryManager) : ciao_component_dnc, taoexe, ciao_config_handlers,
// RMadmin project: a sample client for the RM.
-project (RMAdmin) : ciao_component_dnc, ciao_config_handlers {
+project (RMAdmin) : ciao_servant_dnc, ciao_config_handlers {
exename = RMadmin
after += RepositoryManager