summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2009-04-13 15:04:12 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2009-04-13 15:04:12 +0000
commit001a31e79603c401afff28c7b6a927da3babd9f3 (patch)
treed33ddc6e3f3adffb679f7e180abe10793a852547
parent77c061df4f12d09bac35a83012e5b73d05a592c6 (diff)
downloadATCD-001a31e79603c401afff28c7b6a927da3babd9f3.tar.gz
Mon Apr 13 15:03:24 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
* DAnCE/tests/ObjectLocatorTest/ObjectLocatorTest.mpc: Scoreboard clean-up to avoid minimum corba builds for this test.
-rw-r--r--CIAO/ChangeLog8
-rw-r--r--CIAO/DAnCE/tests/ObjectLocatorTest/ObjectLocatorTest.mpc4
2 files changed, 9 insertions, 3 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 62d8f87bc5a..012ce8416ca 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Mon Apr 13 15:03:24 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * DAnCE/tests/ObjectLocatorTest/ObjectLocatorTest.mpc:
+
+ Scoreboard clean-up to avoid minimum corba builds for this test.
+
Sun Apr 12 18:55:13 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
* examples/BasicSP/BMClosedED/BMClosedED.mpc:
@@ -5,7 +11,7 @@ Sun Apr 12 18:55:13 UTC 2009 Phil Mesnier <mesnier_p@ociweb.com>
* examples/BasicSP/BMDisplay/BMDisplay.mpc:
* examples/BasicSP/BasicSP.mpc:
* examples/BasicSP/EC/EC.mpc:
-
+
Scoreboard clean-up ACE_FOR_TAO does not build CIDLC which is
required for these examples.
diff --git a/CIAO/DAnCE/tests/ObjectLocatorTest/ObjectLocatorTest.mpc b/CIAO/DAnCE/tests/ObjectLocatorTest/ObjectLocatorTest.mpc
index f4cc9f3e31e..f2462f74678 100644
--- a/CIAO/DAnCE/tests/ObjectLocatorTest/ObjectLocatorTest.mpc
+++ b/CIAO/DAnCE/tests/ObjectLocatorTest/ObjectLocatorTest.mpc
@@ -1,5 +1,5 @@
// $Id$
-project (ObjectLocatorTestServer): dance, taoserver, iortable, dance_redirection_service, dance_logger {
+project (ObjectLocatorTestServer): avoids_minimum_corba, dance, taoserver, iortable, dance_redirection_service, dance_logger {
exename = ObjectLocatorTestServer
IDL_Files {
@@ -14,7 +14,7 @@ project (ObjectLocatorTestServer): dance, taoserver, iortable, dance_redirection
}
}
-project (ObjectLocatorTestClient): dance, taoclient, anytypecode, dance_logger, portableserver {
+project (ObjectLocatorTestClient): avoids_minimum_corba, dance, taoclient, anytypecode, dance_logger, portableserver {
after += ObjectLocatorTestServer
exename = ObjectLocatorTestClient