summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1482_Regression/test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1482_Regression/test.mpc')
-rw-r--r--TAO/tests/Bug_1482_Regression/test.mpc19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/tests/Bug_1482_Regression/test.mpc b/TAO/tests/Bug_1482_Regression/test.mpc
deleted file mode 100644
index db29b4062dd..00000000000
--- a/TAO/tests/Bug_1482_Regression/test.mpc
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(Bug_1482_Server): taoserver, amh, ami, iortable, portableserver {
- Source_Files {
- Hello.cpp
- Server_Task.cpp
- server.cpp
- }
-}
-
-project(Bug_1482_Client): taoserver, amh, ami {
- exename = client
- Source_Files {
- Client_Task.cpp
- Reply_Handler.cpp
- client.cpp
- }
-}