[jbossws-commits] JBossWS SVN: r4175 - stack/native/trunk/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Aug 3 10:24:26 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-03 10:24:26 -0400 (Fri, 03 Aug 2007)
New Revision: 4175

Modified:
   stack/native/trunk/ant-import/build-deploy.xml
Log:
Remove dependecy on metro, cxf

Modified: stack/native/trunk/ant-import/build-deploy.xml
===================================================================
--- stack/native/trunk/ant-import/build-deploy.xml	2007-08-03 14:17:49 UTC (rev 4174)
+++ stack/native/trunk/ant-import/build-deploy.xml	2007-08-03 14:24:26 UTC (rev 4175)
@@ -22,8 +22,6 @@
 
 	<!-- Deploy jbossws to jboss50 -->
 	<target name="deploy-jboss50" depends="jars-jboss50,undeploy-jboss50,deploy-jboss50-endorsed" description="Deploy jbossws to jboss50">
-		<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-native50
 				stacklibs="${core.dir}/output/lib"
 				thirdpartylibs="${core.dir}/thirdparty"/>
@@ -56,8 +54,6 @@
 
 	<!-- Deploy jbossws to jboss42 -->
 	<target name="deploy-jboss42" depends="jars-jboss42,undeploy-jboss42,deploy-jboss42-endorsed" description="Deploy jbossws to jboss42">
-		<ant antfile="${int.sunri.dir}/build.xml" target="undeploy-jboss42" inheritall="false"/>
-		<ant antfile="${int.xfire.dir}/build.xml" target="undeploy-jboss42" inheritall="false"/>
 		<macro-deploy-native42
 				stacklibs="${core.dir}/output/lib"
 				thirdpartylibs="${core.dir}/thirdparty"/>




More information about the jbossws-commits mailing list