summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1270_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-02-22 10:35:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-02-22 10:35:17 +0000
commitc6ac2f0c5b0299813b3f9b787df1c2d9d5e067ef (patch)
treec45cd8724974d44f7cc6794ede3ff51d6a5a80c0 /TAO/tests/Bug_1270_Regression
parent7e397f262c66bf50fdb65e75b9c2df4ea5db527d (diff)
downloadATCD-c6ac2f0c5b0299813b3f9b787df1c2d9d5e067ef.tar.gz
ChangeLogTag: Tue Feb 22 10:35:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Bug_1270_Regression')
-rw-r--r--TAO/tests/Bug_1270_Regression/Bug_1270_Regression.mpc6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Bug_1270_Regression/Bug_1270_Regression.mpc b/TAO/tests/Bug_1270_Regression/Bug_1270_Regression.mpc
index b52dc03ff11..132b1f49116 100644
--- a/TAO/tests/Bug_1270_Regression/Bug_1270_Regression.mpc
+++ b/TAO/tests/Bug_1270_Regression/Bug_1270_Regression.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Server): taoexe, messaging {
+project(*Server): taoserver, messaging {
Source_Files {
Echo_Caller.cpp
Server_Timer.cpp
@@ -9,7 +9,7 @@ project(*Server): taoexe, messaging {
}
}
-project(*Client): taoexe, messaging {
+project(*Client): taoclient, messaging {
Source_Files {
Echo.cpp
client.cpp
@@ -20,4 +20,4 @@ project(*Shutdown): taoexe, messaging {
Source_Files {
shutdown.cpp
}
-} \ No newline at end of file
+}