summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-01-27 14:07:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-01-27 14:07:30 +0000
commitd219757b911db5d8b515743ff5bd3815c0ee8b5f (patch)
treef6f541b9d5bee55fde8bb82d68cfcaacf1a5469a /TAO
parent98ec469ec35a42b66d2a1043fca4c4b61f0884c3 (diff)
downloadATCD-d219757b911db5d8b515743ff5bd3815c0ee8b5f.tar.gz
ChangeLogTag: Sun Jan 27 14:58:08 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
-rw-r--r--TAO/Makefile.bor4
2 files changed, 10 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index c7f4a0db183..864a2cfc375 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Sun Jan 27 15:04:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * Makefile.bor:
+ Added the XML library
+
Sun Jan 27 00:52:49 2002 Ossama Othman <ossama@uci.edu>
* tests/ORT/ORT_test_IORInterceptor.cpp:
@@ -18,7 +23,7 @@ Sat Jan 26 23:09:56 2002 Ossama Othman <ossama@uci.edu>
Moved template instantiations from `ORB.cpp' to this file. They
aren't used in the former.
-
+
* tao/Object_Ref_Table.h:
* tao/Object_Ref_Table.cpp:
diff --git a/TAO/Makefile.bor b/TAO/Makefile.bor
index 408f5249bfb..152b2a4826b 100644
--- a/TAO/Makefile.bor
+++ b/TAO/Makefile.bor
@@ -11,6 +11,7 @@ BUILD = typical
DIRS = \
..\ace \
..\apps\gperf\src \
+ ..\XML \
tao \
TAO_IDL \
orbsvcs
@@ -20,6 +21,7 @@ DIRS = \
DIRS = \
..\ace \
..\apps\gperf\src \
+ ..\XML \
tao \
TAO_IDL \
orbsvcs \
@@ -34,6 +36,8 @@ DIRS = \
..\tests \
..\examples \
..\performance-tests \
+ ..\XML \
+ ..\XML\tests \
tao \
TAO_IDL \
orbsvcs \