summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-06-17 19:18:51 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-06-17 19:18:51 +0000
commitf2597ba51a90dbea94b70f0a4418f2915ae3a2a3 (patch)
tree92be658c670d7d10932baf4683cdeed83eebfce7
parente50c409b46f9a2df7f742164ab1b3d5f07158001 (diff)
downloadATCD-f2597ba51a90dbea94b70f0a4418f2915ae3a2a3.tar.gz
Thu Jun 17 19:18:13 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/MPC/config/dance_nodeapplication.mpb: Link in the scheduler to the NodeApplication.
-rw-r--r--CIAO/ChangeLog8
-rw-r--r--CIAO/DAnCE/MPC/config/dance_nodeapplication.mpb3
2 files changed, 9 insertions, 2 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index df37a810791..4f8eb1e1da6 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,9 +1,15 @@
+Thu Jun 17 19:18:13 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * DAnCE/MPC/config/dance_nodeapplication.mpb:
+
+ Link in the scheduler to the NodeApplication.
+
Thu Jun 17 19:16:55 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/NodeManager/Node_Manager_Module.h:
* DAnCE/NodeManager/Node_Manager_Module.cpp:
- Store a reference in the POA in the property map.
+ Store a reference in the POA in the property map.
Thu Jun 17 19:15:04 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
diff --git a/CIAO/DAnCE/MPC/config/dance_nodeapplication.mpb b/CIAO/DAnCE/MPC/config/dance_nodeapplication.mpb
index d07be70f2f6..2929dacee8b 100644
--- a/CIAO/DAnCE/MPC/config/dance_nodeapplication.mpb
+++ b/CIAO/DAnCE/MPC/config/dance_nodeapplication.mpb
@@ -2,7 +2,8 @@
// $Id$
project : dance, dance_nodeapplication_skel, dance_logger, \
- dynamicinterface, iortable, naming, dance_locality_handler {
+ dynamicinterface, iortable, naming, dance_locality_handler, \
+ dance_deployment_scheduler {
after += DAnCE_NodeApplication
libs += DAnCE_NodeApplication
}