summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-10-13 19:06:42 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-10-13 19:06:42 +0000
commitf74760f2aa32fa9e3a6c0345dca4c27a0b1c8486 (patch)
tree1ebf9f717d40c2d29e7d0db34eacec5b3dc330bc
parentf2021e508059274941f0ffe50849ff3a9e175ef8 (diff)
downloadATCD-f74760f2aa32fa9e3a6c0345dca4c27a0b1c8486.tar.gz
Thu Oct 13 19:05:45 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
* dance/DAnCE_Properties.idl: Corrected string literals for identifying CCM instance types.
-rw-r--r--DAnCE/ChangeLog6
-rw-r--r--DAnCE/dance/DAnCE_Properties.idl10
2 files changed, 11 insertions, 5 deletions
diff --git a/DAnCE/ChangeLog b/DAnCE/ChangeLog
index 717e78c2618..866a7b3facb 100644
--- a/DAnCE/ChangeLog
+++ b/DAnCE/ChangeLog
@@ -1,3 +1,9 @@
+Thu Oct 13 19:05:45 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * dance/DAnCE_Properties.idl:
+
+ Corrected string literals for identifying CCM instance types.
+
Mon Oct 10 08:48:51 CEST 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* DAnCE version 1.0.5 released.
diff --git a/DAnCE/dance/DAnCE_Properties.idl b/DAnCE/dance/DAnCE_Properties.idl
index f17c38f5dce..392f295de96 100644
--- a/DAnCE/dance/DAnCE_Properties.idl
+++ b/DAnCE/dance/DAnCE_Properties.idl
@@ -71,11 +71,11 @@ module DAnCE
/// Property describing the implementation type of a monolithic implementation
const string IMPL_TYPE = "edu.vanderbilt.dre.DAnCE.ImplementationType";
- const string CCM_CONTAINER = "edu.dre.vanderbilt.dre.CCM.Container";
- const string CCM_HOME = "edu.dre.vanderbilt.dre.CCM.Home";
- const string CCM_COMPONENT = "edu.dre.vanderbilt.dre.CCM.Component";
- const string CCM_HOMEDCOMPONENT = "edu.dre.vanderbilt.dre.CCM.HomedComponent";
- const string CCM_CONNECTOR = "edu.dre.vanderbilt.dre.CCM.Connector";
+ const string CCM_CONTAINER = "edu.vanderbilt.dre.CCM.Container";
+ const string CCM_HOME = "edu.vanderbilt.dre.CCM.Home";
+ const string CCM_COMPONENT = "edu.vanderbilt.dre.CCM.Component";
+ const string CCM_HOMEDCOMPONENT = "edu.vanderbilt.dre.CCM.HomedComponent";
+ const string CCM_CONNECTOR = "edu.vanderbilt.dre.CCM.Connector";
const string DANCE_LOCALITYMANAGER = "edu.vanderbilt.dre.DAnCE.LocalityManager";
const string DANCE_INSTALLATIONHANDLER = "edu.vanderbilt.dre.DAnCE.InstanceHandler";