summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2007-02-19 19:41:01 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2007-02-19 19:41:01 +0000
commit31cdf909e9298b511b139e87214d93e1a7ed9aa9 (patch)
tree76c8dce84d7837d26335615a5174254948c95748
parent94c3632c532221d8829a95cf46c57831e0e05151 (diff)
downloadATCD-31cdf909e9298b511b139e87214d93e1a7ed9aa9.tar.gz
ChangeLogTag:Mon Feb 19 19:20:35 UTC 2007 William R. Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--ciao_core_2/CIAO/ChangeLog10
-rw-r--r--ciao_core_2/CIAO/DAnCE/NodeApplication/NodeApplication.mpc2
-rw-r--r--ciao_core_2/CIAO/DAnCE/NodeManager/NodeManager.mpc2
-rw-r--r--ciao_core_2/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc2
-rw-r--r--ciao_core_2/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc4
-rw-r--r--ciao_core_2/CIAO/MPC/config/ciaoexe.mpb4
6 files changed, 19 insertions, 5 deletions
diff --git a/ciao_core_2/CIAO/ChangeLog b/ciao_core_2/CIAO/ChangeLog
index 3427984eb4d..dbf6216c8e6 100644
--- a/ciao_core_2/CIAO/ChangeLog
+++ b/ciao_core_2/CIAO/ChangeLog
@@ -1,3 +1,13 @@
+Mon Feb 19 19:40:19 UTC 2007 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * MPC/config/ciaoexe.mpb
+ * DAnCE/NodeManager/NodeManager.mpc
+ * DAnCE/NodeApplication/NodeApplication.mpc
+ * DAnCE/RepositoryManager/RepositoryManager.mpc
+ * DAnCE/Plan_Launcher/Plan_Launcher.mpc
+
+ Modified to install exes to CIAO_ROOT/bin.
+
Mon Feb 19 19:33:32 UTC 2007 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/NodeManager/MonitorCB.cpp
diff --git a/ciao_core_2/CIAO/DAnCE/NodeApplication/NodeApplication.mpc b/ciao_core_2/CIAO/DAnCE/NodeApplication/NodeApplication.mpc
index a801e308c5c..a3a5f16b2f7 100644
--- a/ciao_core_2/CIAO/DAnCE/NodeApplication/NodeApplication.mpc
+++ b/ciao_core_2/CIAO/DAnCE/NodeApplication/NodeApplication.mpc
@@ -22,7 +22,7 @@ project(NodeApplicationLib): ciao_server_dnc, ciao_events_dnc, ciao_noop_configu
}
}
-project(NodeApplication): ciao_server_dnc, ciao_events_dnc, ciao_nodeapplication, ciao_noop_configurator {
+project(NodeApplication): ciao_server_dnc, ciao_events_dnc, ciao_nodeapplication, ciao_noop_configurator, ciaoexe {
exename = NodeApplication
Source_Files {
diff --git a/ciao_core_2/CIAO/DAnCE/NodeManager/NodeManager.mpc b/ciao_core_2/CIAO/DAnCE/NodeManager/NodeManager.mpc
index e58cc2d27d4..bc08d94a07b 100644
--- a/ciao_core_2/CIAO/DAnCE/NodeManager/NodeManager.mpc
+++ b/ciao_core_2/CIAO/DAnCE/NodeManager/NodeManager.mpc
@@ -18,7 +18,7 @@ project(NodeManager_svnt): ciao_component_dnc, ciao_deployment_svnt, iortable, i
}
}
-project(NodeManager): ciao_server_dnc, iortable, ifr_client, dance_extension_stub, ciao_nodeapplicationmanager, ciao_targetmanager_stub, ciao_nodemanager_stub {
+project(NodeManager): ciao_server_dnc, iortable, ifr_client, dance_extension_stub, ciao_nodeapplicationmanager, ciao_targetmanager_stub, ciao_nodemanager_stub, ciaoexe {
after += NodeManager_svnt
libs += NodeManager
exename = NodeManager
diff --git a/ciao_core_2/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc b/ciao_core_2/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
index f264738108a..4c86092d6b2 100644
--- a/ciao_core_2/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
+++ b/ciao_core_2/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
@@ -18,7 +18,7 @@ project(Plan_Launcher_Impl) : ciao_servant_dnc, ciao_config_handlers, ciao_execu
}
}
-project(Plan_Launcher) : ciao_server_dnc, ciao_config_handlers, ciao_executionmanager_stub, ciao_plan_generator {
+project(Plan_Launcher) : ciao_server_dnc, ciao_config_handlers, ciao_executionmanager_stub, ciao_plan_generator, ciaoexe {
exename = plan_launcher
after += Plan_Launcher_Impl
diff --git a/ciao_core_2/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc b/ciao_core_2/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc
index b20b77e2d6c..d14d97843cd 100644
--- a/ciao_core_2/CIAO/DAnCE/RepositoryManager/RepositoryManager.mpc
+++ b/ciao_core_2/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_server_dnc, ciao_config_handlers, zlib {
+project (RepositoryManager) : ciao_server_dnc, ciao_config_handlers, zlib, ciaoexe {
includes += $(CIAO_ROOT)/tools/Config_Handlers $(ACE_ROOT)/contrib/minizip
//to circumvent an improper include resolution
@@ -36,7 +36,7 @@ project (RepositoryManager) : ciao_server_dnc, ciao_config_handlers, zlib {
// RMadmin project: a sample client for the RM.
-project (RMAdmin) : ciao_servant_dnc, ciao_config_handlers {
+project (RMAdmin) : ciao_servant_dnc, ciao_config_handlers, ciaoexe {
exename = RMadmin
after += RepositoryManager
diff --git a/ciao_core_2/CIAO/MPC/config/ciaoexe.mpb b/ciao_core_2/CIAO/MPC/config/ciaoexe.mpb
new file mode 100644
index 00000000000..4131f3b2fed
--- /dev/null
+++ b/ciao_core_2/CIAO/MPC/config/ciaoexe.mpb
@@ -0,0 +1,4 @@
+// $Id$
+project {
+ install = $(CIAO_ROOT)/bin
+} \ No newline at end of file