summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-02-28 15:26:18 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-02-28 15:26:18 +0000
commit06967e3fe68dfc06f36f4a0803d7468ba22f490d (patch)
tree0ce249a4984d06a9792910e1d38fc099e066aa45
parent0a7f7074e9457fef44af0b823c8db11ea914cf2d (diff)
downloadATCD-06967e3fe68dfc06f36f4a0803d7468ba22f490d.tar.gz
ChangeLogTag: Wed Feb 28 15:24:30 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog10
-rw-r--r--TAO/MPC/config/diffservpolicy.mpb2
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
}