summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-09-27 15:30:09 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-09-27 15:30:09 +0000
commit8577077a2b67b153d1ca32e47dab9a45c9178ac7 (patch)
tree57804c7252d2194bb675c7d3475639b1b5b794aa
parent60959c971398f0c9a1a4377f4c687e7df72d121b (diff)
downloadATCD-8577077a2b67b153d1ca32e47dab9a45c9178ac7.tar.gz
Tue Sep 27 10:29:49 2005 William Otte <wotte@dre.vanderbilt.edu>
* bin/MakeProjectCreator/config/ciao_component.mpb * bin/MakeProjectCreator/config/ciao_servant.mpb * bin/MakeProjectCreator/config/ciao_server.mpb Removed obsolete CIAO base projects. Tue Sep 27 13:02:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl> * etc/ciao_DAnCE.doxygen: Removed zapped XML_Helpers directory
-rw-r--r--ChangeLog8
-rw-r--r--bin/MakeProjectCreator/config/ciao_component.mpb7
-rw-r--r--bin/MakeProjectCreator/config/ciao_servant.mpb26
-rw-r--r--bin/MakeProjectCreator/config/ciao_server.mpb7
4 files changed, 8 insertions, 40 deletions
diff --git a/ChangeLog b/ChangeLog
index a9d1ee33a48..31f875dbfdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Sep 27 10:29:49 2005 William Otte <wotte@dre.vanderbilt.edu>
+
+ * bin/MakeProjectCreator/config/ciao_component.mpb
+ * bin/MakeProjectCreator/config/ciao_servant.mpb
+ * bin/MakeProjectCreator/config/ciao_server.mpb
+
+ Removed obsolete CIAO base projects.
+
Tue Sep 27 13:02:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* etc/ciao_DAnCE.doxygen:
diff --git a/bin/MakeProjectCreator/config/ciao_component.mpb b/bin/MakeProjectCreator/config/ciao_component.mpb
deleted file mode 100644
index c063f5c1626..00000000000
--- a/bin/MakeProjectCreator/config/ciao_component.mpb
+++ /dev/null
@@ -1,7 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project : ciao_client, portableserver {
- after += CIAO_Container
- libs += CIAO_Container
-}
diff --git a/bin/MakeProjectCreator/config/ciao_servant.mpb b/bin/MakeProjectCreator/config/ciao_servant.mpb
deleted file mode 100644
index 4b3efcb3e75..00000000000
--- a/bin/MakeProjectCreator/config/ciao_servant.mpb
+++ /dev/null
@@ -1,26 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project : ciao_component {
- after += CIAO_Server
- libs += CIAO_Server
-
- // Set the cidl compiler and flags as template values
- specific {
- cidlc = $(CIAO_ROOT)/bin/cidlc
- cidlc_dep = $(CIAO_ROOT)/bin/cidlc
- cidlc_flags = -I$(CIAO_ROOT) -I$(CIAO_ROOT)/ciao -I$(TAO_ROOT) -I$(TAO_ROOT)/tao -I$(TAO_ROOT)/orbsvcs --
- }
-
- Define_Custom(CIDL) {
- automatic = 0
- dependent = $(CIDLC_DEP)
- command = $(CIDLC)
- commandflags = $(CIDLC_FLAGS)
- inputext = .cidl
- source_outputext = _svnt.cpp
- generic_outputext = E.idl
- keyword cidlflags = commandflags
- }
-
-}
diff --git a/bin/MakeProjectCreator/config/ciao_server.mpb b/bin/MakeProjectCreator/config/ciao_server.mpb
deleted file mode 100644
index 9e48aa8fbf2..00000000000
--- a/bin/MakeProjectCreator/config/ciao_server.mpb
+++ /dev/null
@@ -1,7 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project : ciao_component, utils {
- after += CIAO_Server
- libs += CIAO_Server
-}