Author: thomas.diesler(a)jboss.com
Date: 2007-12-12 03:22:15 -0500 (Wed, 12 Dec 2007)
New Revision: 5264
Modified:
stack/native/trunk/src/main/distro/bin-dist-deploy.xml
Log:
Fix deploy-jboss423
Modified: stack/native/trunk/src/main/distro/bin-dist-deploy.xml
===================================================================
--- stack/native/trunk/src/main/distro/bin-dist-deploy.xml 2007-12-12 08:21:19 UTC (rev
5263)
+++ stack/native/trunk/src/main/distro/bin-dist-deploy.xml 2007-12-12 08:22:15 UTC (rev
5264)
@@ -68,6 +68,23 @@
<macro-undeploy-endorsed jbosshome="${jboss422.home}"/>
</target>
+ <!-- Deploy jbossws/native to jboss423 -->
+ <target name="deploy-jboss423"
depends="undeploy-jboss423,deploy-jboss423-endorsed" description="Deploy
jbossws/native to jboss423">
+ <macro-deploy-native423 stacklibs="${lib.dir}"
thirdpartylibs="${lib.dir}"/>
+ <macro-deploy-framework thirdpartylibs="${lib.dir}"
jbosshome="${jboss423.home}"/>
+ </target>
+ <target name="deploy-jboss423-endorsed" depends="prepare"
if="HAVE_JDK_1.6">
+ <macro-deploy-endorsed jbosshome="${jboss423.home}"
stacklibs="${lib.dir}" thirdpartylibs="${lib.dir}"/>
+ </target>
+
+ <target name="undeploy-jboss423"
depends="prepare,undeploy-jboss423-endorsed" description="Remove
jbossws/native from jboss423">
+ <macro-undeploy-native423/>
+ <macro-undeploy-framework jbosshome="${jboss423.home}"/>
+ </target>
+ <target name="undeploy-jboss423-endorsed" depends="prepare"
if="HAVE_JDK_1.6">
+ <macro-undeploy-endorsed jbosshome="${jboss423.home}"/>
+ </target>
+
<!-- Deploy jbossws/native to jboss50 -->
<target name="deploy-jboss500"
depends="undeploy-jboss500,deploy-jboss500-endorsed" description="Deploy
jbossws/native to jboss500">
<macro-deploy-native500 stacklibs="${lib.dir}"
thirdpartylibs="${lib.dir}"/>