Author: richard.opalka(a)jboss.com
Date: 2008-02-06 09:04:42 -0500 (Wed, 06 Feb 2008)
New Revision: 5581
Modified:
stack/native/branches/jbossws-native-2.0.3.QA/ant-import/build-deploy.xml
Log:
[JBWS-1982] macros are optional
Modified: stack/native/branches/jbossws-native-2.0.3.QA/ant-import/build-deploy.xml
===================================================================
--- stack/native/branches/jbossws-native-2.0.3.QA/ant-import/build-deploy.xml 2008-02-06
14:03:23 UTC (rev 5580)
+++ stack/native/branches/jbossws-native-2.0.3.QA/ant-import/build-deploy.xml 2008-02-06
14:04:42 UTC (rev 5581)
@@ -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