summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-02-10 23:31:54 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-02-10 23:31:54 +0000
commitbe562b70cac72a756fa2f8085c68ee6c231b917e (patch)
treeb3df37d66cc8c49e1d7a9c914bbe59a5c5eca53b
parent5d9e2d5d118045b375501302ee0e24f7ed2b980b (diff)
downloadATCD-be562b70cac72a756fa2f8085c68ee6c231b917e.tar.gz
ChangeLogTag: Tue Feb 10 23:31:09 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--flat/CIAO/ChangeLog22
-rw-r--r--flat/CIAO/DAnCE/TargetManager/TargetManager.mpc6
2 files changed, 17 insertions, 11 deletions
diff --git a/flat/CIAO/ChangeLog b/flat/CIAO/ChangeLog
index dfcffd97896..ebb21051d87 100644
--- a/flat/CIAO/ChangeLog
+++ b/flat/CIAO/ChangeLog
@@ -1,20 +1,26 @@
+Tue Feb 10 23:31:09 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * DAnCE/TargetManager/TargetManager.mpc:
+
+ Disabled this for now.
+
Tue Feb 10 19:13:45 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/NodeManager/Node_Manager_Module.cpp:
* ciao/Containers/Session/Session_Container.cpp:
- Loffinf changes.
-
+ Loffinf changes.
+
* DAnCE/tests/DeploymentPlanDump/test.cpp:
* DAnCE/tests/NodeApplicationManager-NodeApplication/test.cpp:
- compile fixes to the last commit.
-
+ compile fixes to the last commit.
+
* VERSION:
* ciao/Version.h:
- Updated version number to current.
-
+ Updated version number to current.
+
* examples/DevGuideExamples:
* examples/DevGuideExamples/Messenger/Administrator.mpc:
* examples/DevGuideExamples/Messenger/Administrator_Client_IDL2.mpc:
@@ -31,8 +37,8 @@ Tue Feb 10 19:13:45 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
* examples/DevGuideExamples/Messenger/descriptors/ApplicationNodeMap.dat:
* examples/DevGuideExamples/Messenger/descriptors/run_test.pl:
- Partially ported this example.
-
+ Partially ported this example.
+
Tue Feb 10 18:18:41 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/Deployment/Deployment.idl:
diff --git a/flat/CIAO/DAnCE/TargetManager/TargetManager.mpc b/flat/CIAO/DAnCE/TargetManager/TargetManager.mpc
index edbfc33466e..f440bb9992e 100644
--- a/flat/CIAO/DAnCE/TargetManager/TargetManager.mpc
+++ b/flat/CIAO/DAnCE/TargetManager/TargetManager.mpc
@@ -18,7 +18,7 @@ project(CIAO_TargetManager_stub): dance_lib, ccm_stub, dance_deployment_stub, d
sharedname = CIAO_TargetManager_stub
after += CIAO_TargetManager_idl
dynamicflags = TARGETMANAGER_STUB_BUILD_DLL
-
+ requires += dummy_label
IDL_Files {
}
@@ -36,7 +36,7 @@ project(CIAO_TargetManager_svnt) : ciao_servant, ciao_targetmanager_stub, dance_
-Wb,export_include=TargetManager_svnt_export.h
dynamicflags = TARGETMANAGER_SVNT_BUILD_DLL
-
+ requires += dummy_label
CIDL_Files {
TargetManager.cidl
}
@@ -59,7 +59,7 @@ project(CIAO_TargetManager_exec) : ciao_executor, ciao_domainapplicationmanager_
sharedname = TargetManager_exec
requires += dummy_label
dynamicflags = TARGETMANAGER_EXEC_BUILD_DLL
-
+ requires += dummy_label
Source_Files {
DomainDataManager.cpp
TargetManager_exec.cpp