summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-07-31 14:53:43 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-07-31 14:53:43 +0000
commit848a611ff9785237cc6712abd191fa058472569d (patch)
tree7d8359858c2138dcffde7bbb08ee7ecd7e5e9462
parent614069cd493e4f060da131e8ba5ca182476abecf (diff)
downloadATCD-848a611ff9785237cc6712abd191fa058472569d.tar.gz
Sat Jul 31 14:53:05 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/DAnCE/DAnCE_Core.mpc: * DAnCE/Deployment/Deployment_Core.mpc: Installed fixes.
-rw-r--r--CIAO/ChangeLog7
-rw-r--r--CIAO/DAnCE/DAnCE/DAnCE_Core.mpc12
-rw-r--r--CIAO/DAnCE/Deployment/Deployment_Core.mpc38
3 files changed, 57 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 91e9cfda7fe..a6820234f6d 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,10 @@
+Sat Jul 31 14:53:05 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * DAnCE/DAnCE/DAnCE_Core.mpc:
+ * DAnCE/Deployment/Deployment_Core.mpc:
+
+ Installed fixes.
+
Fri Jul 30 11:22:50 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/tests/LocalityManager/ExplicitExec/ExplicitExec.mpc:
diff --git a/CIAO/DAnCE/DAnCE/DAnCE_Core.mpc b/CIAO/DAnCE/DAnCE/DAnCE_Core.mpc
index 62d901f25b7..73c72c40cad 100644
--- a/CIAO/DAnCE/DAnCE/DAnCE_Core.mpc
+++ b/CIAO/DAnCE/DAnCE/DAnCE_Core.mpc
@@ -42,6 +42,13 @@ project (DAnCE_stub) : ciaolib_with_idl, dance_output, \
DAnCE_DeploymentInterceptors_Base_Impl.cpp
}
+ Inline_Files {
+ DAnCE_DeploymentInterceptorsC.inl
+ DAnCE_PropertiesC.inl
+ DAnCE_LocalityManagerC.inl
+ DAnCE_ArtifactInstallationC.inl
+ }
+
Header_Files {
DAnCE_Utility.h
DAnCE_stub_export.h
@@ -68,6 +75,11 @@ project (DAnCE_skel) : ciaolib_with_idl, dance_output, dance_stub, \
DAnCE_ArtifactInstallationS.cpp
}
+ Inline_Files {
+ DAnCE_LocalityManagerS.inl
+ DAnCE_ArtifactInstallationS.inl
+ }
+
Header_Files {
DAnCE_LocalityManagerS.h
DAnCE_ArtifactInstallationS.h
diff --git a/CIAO/DAnCE/Deployment/Deployment_Core.mpc b/CIAO/DAnCE/Deployment/Deployment_Core.mpc
index 3b3b16ec58b..47a94f174d1 100644
--- a/CIAO/DAnCE/Deployment/Deployment_Core.mpc
+++ b/CIAO/DAnCE/Deployment/Deployment_Core.mpc
@@ -315,6 +315,10 @@ project(Deployment_AM_skel) : install, dance_output, dance_deployment_skel, danc
Deployment_ApplicationManagerS.cpp
}
+ Inline_Files {
+ Deployment_ApplicationManagerS.inl
+ }
+
Header_Files {
Deployment_ApplicationManagerS.h
Deployment_ApplicationManager_skel_export.h
@@ -366,6 +370,11 @@ project(Deployment_DAM_skel) : install, dance_output, dance_applicationmanager_s
Source_Files {
Deployment_DomainApplicationManagerS.cpp
}
+
+ Inline_Files {
+ Deployment_DomainApplicationManagerS.inl
+ }
+
specific {
install_dir = DAnCE/Deployment
}
@@ -456,6 +465,11 @@ project(Deployment_DomainApplication_skel) : install, dance_output, dance_deploy
Source_Files {
Deployment_DomainApplicationS.cpp
}
+
+ Inline_Files {
+ Deployment_DomainApplicationS.inl
+ }
+
specific {
install_dir = DAnCE/Deployment
}
@@ -501,6 +515,11 @@ project(Deployment_NAM_skel) : install, dance_output, dance_applicationmanager_s
Source_Files {
Deployment_NodeApplicationManagerS.cpp
}
+
+ Inline_Files {
+ Deployment_NodeApplicationManagerS.inl
+ }
+
specific {
install_dir = DAnCE/Deployment
}
@@ -546,6 +565,11 @@ project(Deployment_NodeManager_skel) : install, dance_output, dance_deployment_s
Source_Files {
Deployment_NodeManagerS.cpp
}
+
+ Inline_Files {
+ Deployment_NodeManagerS.inl
+ }
+
specific {
install_dir = DAnCE/Deployment
}
@@ -634,6 +658,11 @@ project(Deployment_RepositoryManager_skel) : install, dance_output, dance_deploy
Source_Files {
Deployment_RepositoryManagerS.cpp
}
+
+ Inline_Files {
+ Deployment_RepositoryManagerS.inl
+ }
+
specific {
install_dir = DAnCE/Deployment
}
@@ -679,6 +708,11 @@ project(Deployment_NodeApplication_skel) : install, dance_output, dance_deployme
Source_Files {
Deployment_NodeApplicationS.cpp
}
+
+ Inline_Files {
+ Deployment_NodeApplicationS.inl
+ }
+
specific {
install_dir = DAnCE/Deployment
}
@@ -707,6 +741,10 @@ project(Deployment_skel) : install, dance_deployment_stub, dance_output, ciaolib
Deployment_skel_export.h
}
+ Inline_Files {
+ Deployment_ApplicationS.inl
+ }
+
specific {
install_dir = DAnCE/Deployment
}