Author: richard.opalka(a)jboss.com
Date: 2008-02-06 08:59:44 -0500 (Wed, 06 Feb 2008)
New Revision: 5579
Modified:
stack/native/trunk/ant-import/build-deploy.xml
Log:
[JBWS-1982] macros are optional
Modified: stack/native/trunk/ant-import/build-deploy.xml
===================================================================
--- stack/native/trunk/ant-import/build-deploy.xml 2008-02-06 13:47:45 UTC (rev 5578)
+++ stack/native/trunk/ant-import/build-deploy.xml 2008-02-06 13:59:44 UTC (rev 5579)
@@ -13,8 +13,8 @@
<project>
- <import file="${core.dir}/ant-import/macros-deploy-framework.xml"/>
- <import file="${core.dir}/ant-import/macros-deploy-native.xml"/>
+ <import file="${core.dir}/ant-import/macros-deploy-framework.xml"
optional="true"/>
+ <import file="${core.dir}/ant-import/macros-deploy-native.xml"
optional="true"/>
<!-- Deploy jbossws to jboss405 -->
<target name="deploy-jboss405"
depends="deploy-jboss405-ejb3,deploy-jboss405-no-ejb3" description="Deploy
jbossws to jboss405"/>
Show replies by date