diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2007-02-28 15:26:18 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2007-02-28 15:26:18 +0000 |
commit | 06967e3fe68dfc06f36f4a0803d7468ba22f490d (patch) | |
tree | 0ce249a4984d06a9792910e1d38fc099e066aa45 | |
parent | 0a7f7074e9457fef44af0b823c8db11ea914cf2d (diff) | |
download | ATCD-06967e3fe68dfc06f36f4a0803d7468ba22f490d.tar.gz |
ChangeLogTag: Wed Feb 28 15:24:30 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r-- | TAO/ChangeLog | 10 | ||||
-rw-r--r-- | TAO/MPC/config/diffservpolicy.mpb | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index ce829122850..8d1a97b68d4 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,13 @@ +Wed Feb 28 15:24:30 UTC 2007 Chad Elliott <elliott_c@ociweb.com> + + * MPC/config/diffservpolicy.mpb: + + Added avoids_minimum_corba, avoids_corba_e_compact, and + avoids_corba_e_micro as base projects and removed the install base + project. This library is not available when minimum_corba, + corba_e_compact or corba_e_micro is enabled. And, users of this + library may not want/need their binary or library to be installed. + Wed Feb 28 14:59:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl> * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp: diff --git a/TAO/MPC/config/diffservpolicy.mpb b/TAO/MPC/config/diffservpolicy.mpb index 9b761f1248c..23bc3fce24f 100644 --- a/TAO/MPC/config/diffservpolicy.mpb +++ b/TAO/MPC/config/diffservpolicy.mpb @@ -1,7 +1,7 @@ // -*- MPC -*- // $Id$ -project : taolib, install, portableserver, pi { +project : taolib, portableserver, pi, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro { after += DiffServPolicy libs += TAO_DiffServPolicy } |