Author: richard.opalka(a)jboss.com
Date: 2008-02-06 10:29:22 -0500 (Wed, 06 Feb 2008)
New Revision: 5590
Modified:
stack/cxf/trunk/ant-import/build-deploy.xml
Log:
[JBWS-1982] fix
Modified: stack/cxf/trunk/ant-import/build-deploy.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-deploy.xml 2008-02-06 14:43:38 UTC (rev 5589)
+++ stack/cxf/trunk/ant-import/build-deploy.xml 2008-02-06 15:29:22 UTC (rev 5590)
@@ -15,6 +15,8 @@
<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"/>
+ <import file="${int.cxf.dir}/ant-import/macros-deploy-sunri.xml"
optional="true"/>
+ <import file="${int.cxf.dir}/ant-import/macros-deploy-native.xml"
optional="true"/>
<!-- ================================================================== -->
<!-- Deployment JBoss422 -->
@@ -32,6 +34,9 @@
<target name="undeploy-jboss422" depends="prepare"
description="Remove jbossws/cxf from jboss422">
<macro-undeploy-cxf422/>
+ <macro-undeploy-sunri422/>
+ <macro-undeploy-native422/>
+ <macro-undeploy-endorsed jbosshome="${jboss422.home}"/>
<macro-undeploy-framework jbosshome="${jboss422.home}"/>
</target>
@@ -51,6 +56,9 @@
<target name="undeploy-jboss423" depends="prepare"
description="Remove jbossws/cxf from jboss423">
<macro-undeploy-cxf423/>
+ <macro-undeploy-sunri423/>
+ <macro-undeploy-native423/>
+ <macro-undeploy-endorsed jbosshome="${jboss423.home}"/>
<macro-undeploy-framework jbosshome="${jboss423.home}"/>
</target>
@@ -70,6 +78,9 @@
<target name="undeploy-jboss500" depends="prepare"
description="Remove jbossws/cxf from jboss500">
<macro-undeploy-cxf500/>
+ <macro-undeploy-sunri500/>
+ <macro-undeploy-native500/>
+ <macro-undeploy-endorsed jbosshome="${jboss500.home}"/>
<macro-undeploy-framework jbosshome="${jboss500.home}"/>
</target>
Show replies by date