summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-18 04:00:26 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-18 04:00:26 +0000
commit069384d180aa902b44f1be4b2020315f19d1318d (patch)
tree7ad0be443bec5e0d65d9d6d5caed3184b633fceb
parent9d1858314fc904d6a1d1e93018623fc94176cdde (diff)
downloadATCD-069384d180aa902b44f1be4b2020315f19d1318d.tar.gz
ChangeLogTag: Tue Aug 17 21:03:08 2004 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--ChangeLog10
-rw-r--r--bin/MakeProjectCreator/config/interceptors.mpb6
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 882689f14f2..b77d67d3e73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Aug 17 21:03:08 2004 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * bin/MakeProjectCreator/config/interceptors.mpb:
+
+ New file, with base project requiring interceptors. Project
+ files should inherit from this instead of providing explicit
+ requires statements to eliminate duplicate entries in list.
+
Tue Aug 17 17:42:16 2004 J.T. Conklin <jtc@acorntoolworks.com>
* bin/MakeProjectCreator/config/rtcosscheduler.mpb:
@@ -9,7 +17,7 @@ Tue Aug 17 09:50:46 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* bin/MakeProjectCreator/config/ciao_servant.mpb:
* bin/MakeProjectCreator/config/ciao_servant_dnc.mpb:
- Added the path to $TAO_ROOT/orbsvcs to the CIDL compiler.
+ Added the path to $TAO_ROOT/orbsvcs to the CIDL compiler.
Tue Aug 17 14:30:00 UTC 2004 Simon Massey <simon.massey@prismtechnologies.com>
* tests/Proactor_Test.cpp
diff --git a/bin/MakeProjectCreator/config/interceptors.mpb b/bin/MakeProjectCreator/config/interceptors.mpb
new file mode 100644
index 00000000000..eda8c6d1bc3
--- /dev/null
+++ b/bin/MakeProjectCreator/config/interceptors.mpb
@@ -0,0 +1,6 @@
+// -*- MPC -*-
+// $Id$
+
+project {
+ requires += interceptors
+}