Author: richard.opalka(a)jboss.com
Date: 2008-02-06 12:56:21 -0500 (Wed, 06 Feb 2008)
New Revision: 5609
Modified:
stack/native/branches/jbossws-native-2.0.3.QA/ant-import/build-deploy.xml
Log:
[JBWS-1982] optimization
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
17:56:01 UTC (rev 5608)
+++ stack/native/branches/jbossws-native-2.0.3.QA/ant-import/build-deploy.xml 2008-02-06
17:56:21 UTC (rev 5609)
@@ -18,6 +18,10 @@
<import file="${core.dir}/ant-import/macros-deploy-sunri.xml"
optional="true"/>
<import file="${core.dir}/ant-import/macros-deploy-native.xml"
optional="true"/>
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss405 -->
+ <!-- ================================================================== -->
+
<!-- Deploy jbossws to jboss405 -->
<target name="deploy-jboss405"
depends="deploy-jboss405-ejb3,deploy-jboss405-no-ejb3" description="Deploy
jbossws to jboss405"/>
@@ -37,6 +41,10 @@
<macro-undeploy-framework jbosshome="${jboss405.home}"/>
</target>
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss421 -->
+ <!-- ================================================================== -->
+
<!-- Deploy jbossws to jboss421 -->
<target name="deploy-jboss421"
depends="jars-jboss42,undeploy-jboss421,deploy-jboss421-endorsed"
description="Deploy jbossws to jboss421">
<macro-deploy-native421 stacklibs="${core.dir}/output/lib"
thirdpartylibs="${core.dir}/thirdparty"/>
@@ -48,14 +56,16 @@
</target>
<!-- Remove jbossws from jboss421 -->
- <target name="undeploy-jboss421"
depends="prepare,undeploy-jboss421-endorsed" description="Remove jbossws
from jboss421">
+ <target name="undeploy-jboss421" depends="prepare"
description="Remove jbossws from jboss421">
<macro-undeploy-native421/>
+ <macro-undeploy-endorsed jbosshome="${jboss421.home}"/>
<macro-undeploy-framework jbosshome="${jboss421.home}"/>
</target>
- <target name="undeploy-jboss421-endorsed" depends="prepare">
- <macro-undeploy-endorsed jbosshome="${jboss421.home}"/>
- </target>
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss422 -->
+ <!-- ================================================================== -->
+
<!-- Deploy jbossws to jboss422 -->
<target name="deploy-jboss422"
depends="jars-jboss42,undeploy-jboss422,deploy-jboss422-endorsed"
description="Deploy jbossws to jboss422">
<fail message="Not available: ${jboss422.available.file}"
unless="jboss422.available"/>
@@ -68,17 +78,19 @@
</target>
<!-- Remove jbossws from jboss422 -->
- <target name="undeploy-jboss422"
depends="prepare,undeploy-jboss422-endorsed" description="Remove jbossws
from jboss422">
+ <target name="undeploy-jboss422" depends="prepare"
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>
- <target name="undeploy-jboss422-endorsed" depends="prepare">
<macro-undeploy-endorsed jbosshome="${jboss422.home}"/>
</target>
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss423 -->
+ <!-- ================================================================== -->
+
<!-- Deploy jbossws to jboss423 -->
<target name="deploy-jboss423"
depends="jars-jboss42,undeploy-jboss423,deploy-jboss423-endorsed"
description="Deploy jbossws to jboss423">
<fail message="Not available: ${jboss423.available.file}"
unless="jboss423.available"/>
@@ -91,17 +103,19 @@
</target>
<!-- Remove jbossws from jboss423 -->
- <target name="undeploy-jboss423"
depends="prepare,undeploy-jboss423-endorsed" description="Remove jbossws
from jboss423">
+ <target name="undeploy-jboss423" depends="prepare"
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-endorsed jbosshome="${jboss423.home}"/>
<macro-undeploy-framework jbosshome="${jboss423.home}"/>
</target>
- <target name="undeploy-jboss423-endorsed" depends="prepare">
- <macro-undeploy-endorsed jbosshome="${jboss423.home}"/>
- </target>
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss500 -->
+ <!-- ================================================================== -->
+
<!-- Deploy jbossws to jboss500 -->
<target name="deploy-jboss500"
depends="jars-jboss50,undeploy-jboss500,deploy-jboss500-endorsed"
description="Deploy jbossws to jboss500">
<macro-deploy-native500 stacklibs="${core.dir}/output/lib"
thirdpartylibs="${core.dir}/thirdparty"/>
@@ -113,15 +127,12 @@
</target>
<!-- Remove jbossws from jboss500 -->
- <target name="undeploy-jboss500"
depends="prepare,undeploy-jboss500-endorsed" description="Remove jbossws
from jboss500">
+ <target name="undeploy-jboss500" depends="prepare"
description="Remove jbossws from jboss500">
<macro-undeploy-cxf500/>
<macro-undeploy-sunri500/>
<macro-undeploy-native500/>
+ <macro-undeploy-endorsed jbosshome="${jboss500.home}"/>
<macro-undeploy-framework jbosshome="${jboss500.home}"/>
</target>
- <target name="undeploy-jboss500-endorsed" depends="prepare">
- <macro-undeploy-endorsed jbosshome="${jboss500.home}"/>
- </target>
-
</project>
Show replies by date