summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-08-05 15:46:03 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-08-05 15:46:03 +0000
commit4cf512c62edba55db43e3cec445eb2c576f558e5 (patch)
treed6ae0f0d137c56ef30e14ca5811605da760b4195
parent1807ea528865786adc34c4c5fb5efd09cee35730 (diff)
downloadATCD-4cf512c62edba55db43e3cec445eb2c576f558e5.tar.gz
Thu Aug 5 15:46:04 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* DAnCE/MPC/config/dance_config_handlers_base.mpb: * MPC/config/ciao_xml_utils.mpb: Removed exceptions as base projects
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/DAnCE/MPC/config/dance_config_handlers_base.mpb2
-rw-r--r--CIAO/MPC/config/ciao_xml_utils.mpb2
3 files changed, 8 insertions, 2 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index c80d1cfd3f7..2d891d05c8d 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 5 15:46:04 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * DAnCE/MPC/config/dance_config_handlers_base.mpb:
+ * MPC/config/ciao_xml_utils.mpb:
+ Removed exceptions as base projects
+
Thu Aug 5 14:09:20 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* etc/ciao_dds4ccm.doxygen:
diff --git a/CIAO/DAnCE/MPC/config/dance_config_handlers_base.mpb b/CIAO/DAnCE/MPC/config/dance_config_handlers_base.mpb
index 8253008a31c..6ca5b9ceb95 100644
--- a/CIAO/DAnCE/MPC/config/dance_config_handlers_base.mpb
+++ b/CIAO/DAnCE/MPC/config/dance_config_handlers_base.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project : ciao_xml_utils, dynamicany, typecodefactory, exceptions, dance_logger {
+project : ciao_xml_utils, dynamicany, typecodefactory, dance_logger {
after += XSC_XML_Handlers
libs += XSC_XML_Handlers
macros += XML_USE_PTHREADS
diff --git a/CIAO/MPC/config/ciao_xml_utils.mpb b/CIAO/MPC/config/ciao_xml_utils.mpb
index 1167281994f..330b0b94430 100644
--- a/CIAO/MPC/config/ciao_xml_utils.mpb
+++ b/CIAO/MPC/config/ciao_xml_utils.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project : xerces, exceptions {
+project : xerces {
includes += $(CIAO_ROOT)/tools
after += CIAO_XML_Utils
libs += CIAO_XML_Utils