From 069384d180aa902b44f1be4b2020315f19d1318d Mon Sep 17 00:00:00 2001 From: jtc Date: Wed, 18 Aug 2004 04:00:26 +0000 Subject: ChangeLogTag: Tue Aug 17 21:03:08 2004 J.T. Conklin --- ChangeLog | 10 +++++++++- bin/MakeProjectCreator/config/interceptors.mpb | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 bin/MakeProjectCreator/config/interceptors.mpb 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 + + * 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 * bin/MakeProjectCreator/config/rtcosscheduler.mpb: @@ -9,7 +17,7 @@ Tue Aug 17 09:50:46 2004 Balachandran Natarajan * 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 * 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 +} -- cgit v1.2.1