summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-11 07:54:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-11 07:54:42 +0000
commitad4ff0b6524524426bf9742df5c731593b2b239e (patch)
tree28118c4a09e500e7089cdca38d257257dfb678bd
parentdacf2ebbbe7b5cf54cd558bbbcb37348a22c97a1 (diff)
downloadATCD-ad4ff0b6524524426bf9742df5c731593b2b239e.tar.gz
ChangeLogTag: Wed Aug 11 07:54:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/Basic.mpc4
-rw-r--r--TAO/orbsvcs/tests/Notify/Structured_Filter/Struct_Filter.mpc4
-rw-r--r--TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Struct_Multi_Filter.mpc4
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.mpc2
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc2
5 files changed, 8 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/Basic.mpc b/TAO/orbsvcs/tests/Notify/Basic/Basic.mpc
index eae38394313..f41844762f9 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/Basic.mpc
+++ b/TAO/orbsvcs/tests/Notify/Basic/Basic.mpc
@@ -8,13 +8,13 @@ project(*Notify ConnectDisconnect): notifytest {
}
-project(*Notify LifeCycle): notifytest, naming {
+project(*Notify LifeCycle): notifytest {
Source_Files {
LifeCycle.cpp
}
}
-project(*Notify IdAssignment): notifytest, naming {
+project(*Notify IdAssignment): notifytest {
Source_Files {
IdAssignment.cpp
}
diff --git a/TAO/orbsvcs/tests/Notify/Structured_Filter/Struct_Filter.mpc b/TAO/orbsvcs/tests/Notify/Structured_Filter/Struct_Filter.mpc
index de96c575df2..2bfe6d28614 100644
--- a/TAO/orbsvcs/tests/Notify/Structured_Filter/Struct_Filter.mpc
+++ b/TAO/orbsvcs/tests/Notify/Structured_Filter/Struct_Filter.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Ntf Struct Supp): notifytest, naming {
+project(*Ntf Struct Supp): notifytest {
exename = Structured_Supplier
Source_Files {
@@ -9,7 +9,7 @@ project(*Ntf Struct Supp): notifytest, naming {
}
}
-project(*Ntf Struct Cons): notifytest, naming {
+project(*Ntf Struct Cons): notifytest {
exename = Structured_Consumer
Source_Files {
diff --git a/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Struct_Multi_Filter.mpc b/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Struct_Multi_Filter.mpc
index b2962f5fba2..2c9b03fe5ca 100644
--- a/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Struct_Multi_Filter.mpc
+++ b/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Struct_Multi_Filter.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Ntf Struct Supp): notifytest, naming {
+project(*Ntf Struct Supp): notifytest {
exename = Structured_Supplier
Source_Files {
@@ -10,7 +10,7 @@ project(*Ntf Struct Supp): notifytest, naming {
}
}
-project(*Ntf Struct Cons): notifytest, naming {
+project(*Ntf Struct Cons): notifytest {
exename = Structured_Consumer
Source_Files {
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.mpc b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.mpc
index 8f78c3f2121..619fd2e21b9 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.mpc
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.mpc
@@ -1,6 +1,6 @@
// -*- MPC -*-
// $Id$
-project(*Ntf Perf RedGreen): notifytest, naming {
+project(*Ntf Perf RedGreen): notifytest {
exename = RedGreen_Test
}
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc
index d645c76001a..2dbe9ad8891 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Ntf Perf Throughput): notifytest, strategies, messaging, naming {
+project(*Ntf Perf Throughput): notifytest, strategies, messaging {
avoids += minimum_corba
exename = Throughput
}