Author: richard.opalka(a)jboss.com
Date: 2008-02-06 10:36:11 -0500 (Wed, 06 Feb 2008)
New Revision: 5593
Modified:
stack/native/branches/jbossws-native-2.0.3.QA/ant-import/build-deploy.xml
Log:
[JBWS-1982] fix
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
15:31:27 UTC (rev 5592)
+++ stack/native/branches/jbossws-native-2.0.3.QA/ant-import/build-deploy.xml 2008-02-06
15:36:11 UTC (rev 5593)
@@ -14,6 +14,8 @@
<project>
<import file="${core.dir}/ant-import/macros-deploy-framework.xml"
optional="true"/>
+ <import file="${core.dir}/ant-import/macros-deploy-cxf.xml"
optional="true"/>
+ <import file="${core.dir}/ant-import/macros-deploy-sunri.xml"
optional="true"/>
<import file="${core.dir}/ant-import/macros-deploy-native.xml"
optional="true"/>
<!-- Deploy jbossws to jboss405 -->
@@ -68,6 +70,8 @@
<!-- Remove jbossws from jboss422 -->
<target name="undeploy-jboss422"
depends="prepare,undeploy-jboss422-endorsed" description="Remove jbossws
from jboss422">
<fail message="Not available: ${jboss422.available.file}"
unless="jboss422.available"/>
+ <macro-undeploy-cxf422/>
+ <macro-undeploy-sunri422/>
<macro-undeploy-native422/>
<macro-undeploy-framework jbosshome="${jboss422.home}"/>
</target>
@@ -89,6 +93,8 @@
<!-- Remove jbossws from jboss423 -->
<target name="undeploy-jboss423"
depends="prepare,undeploy-jboss423-endorsed" description="Remove jbossws
from jboss423">
<fail message="Not available: ${jboss423.available.file}"
unless="jboss423.available"/>
+ <macro-undeploy-cxf423/>
+ <macro-undeploy-sunri423/>
<macro-undeploy-native423/>
<macro-undeploy-framework jbosshome="${jboss423.home}"/>
</target>
@@ -108,6 +114,8 @@
<!-- Remove jbossws from jboss500 -->
<target name="undeploy-jboss500"
depends="prepare,undeploy-jboss500-endorsed" description="Remove jbossws
from jboss500">
+ <macro-undeploy-cxf500/>
+ <macro-undeploy-sunri500/>
<macro-undeploy-native500/>
<macro-undeploy-framework jbosshome="${jboss500.home}"/>
</target>
Show replies by date