summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc')
-rw-r--r--TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc b/TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc
deleted file mode 100644
index d77816dd0d4..00000000000
--- a/TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc
+++ /dev/null
@@ -1,19 +0,0 @@
-// $Id$
-
-project(*lib): orbsvcslib, notify_serv, exceptions {
- sharedname = NotifyPlugTop
- dynamicflags = PLUGTOP_BUILD_DLL
- source_files {
- Test_Saver.cpp
- Test_Topology_Factory.cpp
- }
-}
-
-project : orbsvcsexe, notify_serv, exceptions {
- after += *lib
- source_files {
- main.cpp
- }
- header_files {
- }
-}