diff options
author | zhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-04-17 02:54:08 +0000 |
---|---|---|
committer | zhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-04-17 02:54:08 +0000 |
commit | 23ec393973d1fd8b614ff014906aa884a1a07fd8 (patch) | |
tree | 217a0c8782c3ae892ca4c2adcc0391120c9e37d3 /TAO | |
parent | 204329dac063bfaa26b062300b2443345488edbf (diff) | |
download | ATCD-23ec393973d1fd8b614ff014906aa884a1a07fd8.tar.gz |
Mon Apr 17 02:51:06 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Seq_Multi_ETCL_Filter.mpc | 3 |
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 |