summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-19 14:42:58 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-05-19 14:42:58 +0000
commit96db496a56a4959c1206431fbae8eb283a251533 (patch)
tree4fe16d6194fdf83bbcc699e6b17ecdcbd110dc95
parentcb17e5a35ba28405d99560df7dba56c7658990a0 (diff)
downloadATCD-96db496a56a4959c1206431fbae8eb283a251533.tar.gz
ChangeLogTag: Thu May 19 09:42:22 2005 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLog21
-rw-r--r--TAO/orbsvcs/tests/Trading/Trading.mpc6
2 files changed, 17 insertions, 10 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 856c0d9aedb..6c26eedf25e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,14 +1,21 @@
+Thu May 19 09:42:22 2005 Chad Elliott <elliott_c@ociweb.com>
+
+ * orbsvcs/tests/Trading/Trading.mpc:
+
+ I accidentally removed the utils base project from 3 of the
+ projects in this mpc file.
+
Thu May 19 08:55:36 2005 Iliyan Jeliazkov <jeliazkov_i@ociweb.com>
* orbsvcs/tests/Security/BiDirectional/server.cpp:
-
- Added an include file for ACE_OS::fopen() to fix VC6 build
- errors.
-
+
+ Added an include file for ACE_OS::fopen() to fix VC6 build
+ errors.
+
* orbsvcs/tests/Security/BiDirectional/test_i.cpp:
-
- Changed reference to a non-existent test_i.i file to fix
- problems with builds that do not have inline.
+
+ Changed reference to a non-existent test_i.i file to fix
+ problems with builds that do not have inline.
Thu May 19 00:55:20 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
diff --git a/TAO/orbsvcs/tests/Trading/Trading.mpc b/TAO/orbsvcs/tests/Trading/Trading.mpc
index 45e75cdf6e4..efe8ed59005 100644
--- a/TAO/orbsvcs/tests/Trading/Trading.mpc
+++ b/TAO/orbsvcs/tests/Trading/Trading.mpc
@@ -23,7 +23,7 @@ project(*Test Lib): orbsvcslib, trading_serv, naming {
}
}
-project(*export test): namingexe, trading_serv {
+project(*export test): namingexe, trading_serv, utils {
after += Trading_Test_Lib
libs += TTest
@@ -35,7 +35,7 @@ project(*export test): namingexe, trading_serv {
}
}
-project(*import test): namingexe, trading_serv {
+project(*import test): namingexe, trading_serv, utils {
after += Trading_Test_Lib
libs += TTest
@@ -47,7 +47,7 @@ project(*import test): namingexe, trading_serv {
}
}
-project(*colocated test): namingexe, trading_serv {
+project(*colocated test): namingexe, trading_serv, utils {
after += Trading_Test_Lib
libs += TTest