Author: thomas.diesler(a)jboss.com
Date: 2007-05-25 09:12:54 -0400 (Fri, 25 May 2007)
New Revision: 3255
Modified:
trunk/integration/sunri/ant-import/build-deploy.xml
Log:
Fix undeploy-jboss50
Modified: trunk/integration/sunri/ant-import/build-deploy.xml
===================================================================
--- trunk/integration/sunri/ant-import/build-deploy.xml 2007-05-25 12:05:49 UTC (rev
3254)
+++ trunk/integration/sunri/ant-import/build-deploy.xml 2007-05-25 13:12:54 UTC (rev
3255)
@@ -21,8 +21,8 @@
<!-- Deploy to jboss50 -->
<target name="deploy-jboss50"
depends="jars-jboss50,undeploy-jboss50" description="Deploy jbossws/sunri
to jboss50">
- <ant antfile="${int.sunri.dir}/build.xml"
target="undeploy-jboss42" inheritall="false"/>
- <ant antfile="${int.xfire.dir}/build.xml"
target="undeploy-jboss42" inheritall="false"/>
+ <ant antfile="${int.sunri.dir}/build.xml"
target="undeploy-jboss50" inheritall="false"/>
+ <ant antfile="${int.xfire.dir}/build.xml"
target="undeploy-jboss50" inheritall="false"/>
<macro-deploy-sunri50
spilibs="${spi.dir}/output/lib"
jbosslibs="${int.jboss50.dir}/output/lib"
Show replies by date