summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-17 02:54:08 +0000
committerzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-17 02:54:08 +0000
commitf6a35969cad6360b90439edd21626a9d0b586b79 (patch)
tree217a0c8782c3ae892ca4c2adcc0391120c9e37d3
parent6ee2d7126c97153ee55b154a2399a6d5923b8696 (diff)
downloadATCD-f6a35969cad6360b90439edd21626a9d0b586b79.tar.gz
Mon Apr 17 02:51:06 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Seq_Multi_ETCL_Filter.mpc3
2 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e5473a974ec..14e4619a778 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Mon Apr 17 02:51:06 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
+
+ * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Seq_Multi_ETCL_Filter.mpc:
+
+ Avoids building with ace_for_tao.
+
Fri Apr 14 15:01:51 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
* orbsvcs/tests/Notify/MT_Dispatching/MT_Dispatching.mpc:
diff --git a/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Seq_Multi_ETCL_Filter.mpc b/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Seq_Multi_ETCL_Filter.mpc
index 8674104c77b..5b4145b586f 100644
--- a/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Seq_Multi_ETCL_Filter.mpc
+++ b/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Seq_Multi_ETCL_Filter.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*idl): taoidldefaults {
+ avoids += ace_for_tao
IDL_Files {
go.idl
}
@@ -9,6 +10,7 @@ project(*idl): taoidldefaults {
}
project(*Ntf Seq Supp): notifytest {
+ avoids += ace_for_tao
exename = Sequence_Supplier
after += *idl
@@ -22,6 +24,7 @@ project(*Ntf Seq Supp): notifytest {
}
project(*Ntf Seq Cons): notifytest {
+ avoids += ace_for_tao
exename = Sequence_Consumer
after += *idl