summaryrefslogtreecommitdiff
path: root/ACE/protocols
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-01-31 17:22:57 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-01-31 17:22:57 +0000
commit49cc6d757c4b862ace55a78b265dc6b2955e081e (patch)
tree939db66ded774925f5e7f9d2cdceb3dbb25e8ff2 /ACE/protocols
parentc0097b551879386ed7e92b2c91758d4b0365b16b (diff)
downloadATCD-49cc6d757c4b862ace55a78b265dc6b2955e081e.tar.gz
ChangeLogTag: Wed Jan 31 17:22:11 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ACE/protocols')
-rw-r--r--ACE/protocols/examples/example_base.mpb8
-rw-r--r--ACE/protocols/examples/examples.mwc9
2 files changed, 0 insertions, 17 deletions
diff --git a/ACE/protocols/examples/example_base.mpb b/ACE/protocols/examples/example_base.mpb
deleted file mode 100644
index 71b8b3452c6..00000000000
--- a/ACE/protocols/examples/example_base.mpb
+++ /dev/null
@@ -1,8 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-// Anything specific to examples could be added here.
-// examples.mwc uses the implicit keyword to cause this
-// project to be used as the base for all examples,
-project : aceexe {
-} \ No newline at end of file
diff --git a/ACE/protocols/examples/examples.mwc b/ACE/protocols/examples/examples.mwc
index 975ad4e462d..dd297256b34 100644
--- a/ACE/protocols/examples/examples.mwc
+++ b/ACE/protocols/examples/examples.mwc
@@ -2,13 +2,4 @@
// $Id$
workspace {
- // This doesn't work quite yet, because not all the projects
- // can be created implicitly. To fix this, we can either create
- // a separate directory for each separate project, or we can
- // add mpc files for C++NPv1/2 and other problem directories.
- // The nice thing about splitting up into separate directories is
- // that it completely eliminates mpc maintenance.
-
- implicit = example_base
- cmdline += -include $PWD
}