summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/NodeApplicationManager/NodeApplicationManager.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/NodeApplicationManager/NodeApplicationManager.mpc')
-rw-r--r--TAO/CIAO/DAnCE/NodeApplicationManager/NodeApplicationManager.mpc34
1 files changed, 0 insertions, 34 deletions
diff --git a/TAO/CIAO/DAnCE/NodeApplicationManager/NodeApplicationManager.mpc b/TAO/CIAO/DAnCE/NodeApplicationManager/NodeApplicationManager.mpc
deleted file mode 100644
index 4f4e2e6478a..00000000000
--- a/TAO/CIAO/DAnCE/NodeApplicationManager/NodeApplicationManager.mpc
+++ /dev/null
@@ -1,34 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(NodeApplicationManager): ciao_component_dnc, ciao_deployment_svnt, dance_extension_stub {
-
- sharedname = NodeApplicationManager
- after += NodeManager_stub CIAO_TargetManager_stub
- idlflags += -Wb,export_include=CIAO_NAM_Export.h -Wb,export_macro=CIAO_NAM_Export
- dynamicflags = CIAO_NAM_BUILD_DLL
- dynamicflags += NOOP_CONFIGURATOR_BUILD_DLL
-
-// @@TODO: This ../NodeApplication business need to go. It would be better
-// to factor that stuff into a separate lib, ie. NodeApplication_Impl
-// and link it in. For the time being, since the release is so close,
-// i will leave it the way it is.
- Source_Files {
- NodeApplicationManager_Impl.cpp
- ImplementationInfo.cpp
- Containers_Info_Map.cpp
- ../NodeApplication/NodeApplication_Core.cpp
- ../NodeApplication/NodeApp_Configurator.cpp
- ../NodeApplication/NodeApplication_Impl.cpp
- ../NodeApplication/Container_Impl.cpp
- ../NodeApplication/Configurator_Factory.cpp
- ../NodeApplication/NoOp_Configurator.cpp
- }
-
- Header_Files {
- NodeApplicationManager_Impl.h
- ImplementationInfo.h
- Containers_Info_Map.h
- NodeApplicationManager_Export.h
- }
-}