summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-03-04 15:37:23 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-03-04 15:37:23 +0000
commit90efbfa7944bef0d3c3acf97ba64b2b41214c794 (patch)
tree0264a0d8718dc10406a84d86bd4b0562b24c3584 /CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
parentefbb8f0268dfa5e969733ff7aaec89d1f63aaf58 (diff)
downloadATCD-90efbfa7944bef0d3c3acf97ba64b2b41214c794.tar.gz
Create bugfix branch for NGC reported bugsNGC_0_7_7_Bugfix
Diffstat (limited to 'CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc')
-rw-r--r--CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc17
1 files changed, 3 insertions, 14 deletions
diff --git a/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc b/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
index 00f939a7541..a838f6e2d68 100644
--- a/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
+++ b/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
@@ -1,22 +1,11 @@
// -*- MPC -*-
// $Id$
-project(DAnCE_Plan_Launcher_Impl) : dance_lib, dance_logger, dance_convert_plan, \
- dance_executionmanager_stub, \
- dance_nodemanager_stub {
- Source_Files {
- EM_Launcher.cpp
- NM_Launcher.cpp
- }
-
- Template_Files {
- Plan_Launcher_Base_Impl_T.cpp
- }
-}
-
-project(Plan_Launcher_Exec) : dance_exe, dance_plan_launcher {
+project(Plan_Launcher_Exec) : dance_exe, dance_logger, xerces, dance_executionmanager_stub, dance_config_handlers {
exename = dance_plan_launcher
Source_Files {
Plan_Launcher.cpp
+ Plan_Launcher_Base_Impl.cpp
+ Plan_Launcher_Impl.cpp
}
}