summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-03 14:27:31 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-03 14:27:31 +0000
commite1a7ebbaf0803c3f38dbd441c4bf9a93ca7dbfce (patch)
treee878f5d3b1152bfa7c9122eb10174f15f21f9c21
parent27cd08674774a136f41be949e267900f750fab46 (diff)
downloadATCD-e1a7ebbaf0803c3f38dbd441c4bf9a93ca7dbfce.tar.gz
ChangeLogTag: Wed Nov 3 06:24:31 2004 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--ChangeLog8
-rw-r--r--bin/MakeProjectCreator/config/ftrteventchannel.mpb3
-rw-r--r--bin/MakeProjectCreator/config/messaging.mpb3
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 76321faabd6..900ce6704ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed Nov 3 06:24:31 2004 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * bin/MakeProjectCreator/config/ftrteventchannel.mpb:
+ * bin/MakeProjectCreator/config/messaging.mpb:
+
+ Changed to inherit from corba_messaging instead of appending
+ corba_messaging to requires.
+
Wed Nov 3 07:24:06 2004 Chad Elliott <elliott_c@ociweb.com>
* tests/HTBP/htbptest.mpb:
diff --git a/bin/MakeProjectCreator/config/ftrteventchannel.mpb b/bin/MakeProjectCreator/config/ftrteventchannel.mpb
index 9f971599c8f..3af417f8f1e 100644
--- a/bin/MakeProjectCreator/config/ftrteventchannel.mpb
+++ b/bin/MakeProjectCreator/config/ftrteventchannel.mpb
@@ -1,9 +1,8 @@
// -*- MPC -*-
// $Id$
-project : ftrtevent, utils {
+project : ftrtevent, utils, corba_messaging {
after += FTRT_EventChannel
libs += TAO_FTRT_EventChannel
includes += $(TAO_ROOT)/orbsvcs/FtRtEvent/EventChannel
- requires += corba_messaging
}
diff --git a/bin/MakeProjectCreator/config/messaging.mpb b/bin/MakeProjectCreator/config/messaging.mpb
index 1cc0f3560bb..28a962e1b46 100644
--- a/bin/MakeProjectCreator/config/messaging.mpb
+++ b/bin/MakeProjectCreator/config/messaging.mpb
@@ -1,8 +1,7 @@
// -*- MPC -*-
// $Id$
-project : valuetype, portableserver {
+project : valuetype, portableserver, corba_messaging {
after += Messaging
libs += TAO_Messaging
- requires += corba_messaging
}