Author: richard.opalka(a)jboss.com
Date: 2008-02-06 09:41:15 -0500 (Wed, 06 Feb 2008)
New Revision: 5588
Modified:
stack/cxf/trunk/ant-import/build-deploy.xml
Log:
[JBWS-1982] macros are optional
Modified: stack/cxf/trunk/ant-import/build-deploy.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-deploy.xml 2008-02-06 14:40:40 UTC (rev 5587)
+++ stack/cxf/trunk/ant-import/build-deploy.xml 2008-02-06 14:41:15 UTC (rev 5588)
@@ -13,8 +13,8 @@
<project>
- <import file="${int.cxf.dir}/ant-import/macros-deploy-framework.xml"/>
- <import file="${int.cxf.dir}/ant-import/macros-deploy-cxf.xml"/>
+ <import file="${int.cxf.dir}/ant-import/macros-deploy-framework.xml"
optional="true"/>
+ <import file="${int.cxf.dir}/ant-import/macros-deploy-cxf.xml"
optional="true"/>
<!-- ================================================================== -->
<!-- Deployment JBoss422 -->
Show replies by date