[jbossws-commits] JBossWS SVN: r4226 - stack/metro/trunk/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Aug 4 18:35:57 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-04 18:35:56 -0400 (Sat, 04 Aug 2007)
New Revision: 4226

Modified:
   stack/metro/trunk/ant-import/build-thirdparty.xml
Log:
Don't get jaxws-src.zip

Modified: stack/metro/trunk/ant-import/build-thirdparty.xml
===================================================================
--- stack/metro/trunk/ant-import/build-thirdparty.xml	2007-08-04 22:33:02 UTC (rev 4225)
+++ stack/metro/trunk/ant-import/build-thirdparty.xml	2007-08-04 22:35:56 UTC (rev 4226)
@@ -63,7 +63,6 @@
     <get src="${jboss.repository}/sun-jaxws/${sun-jaxws}/lib/FastInfoset.jar" dest="${thirdparty.dir}/FastInfoset.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/sun-jaxws/${sun-jaxws}/lib/http.jar" dest="${thirdparty.dir}/http.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/sun-jaxws/${sun-jaxws}/lib/jaxws-api.jar" dest="${thirdparty.dir}/jaxws-api.jar" usetimestamp="true" verbose="true"/> 
-    <get src="${jboss.repository}/sun-jaxws/${sun-jaxws}/lib/jaxws-src.zip" dest="${thirdparty.dir}/jaxws-src.zip" usetimestamp="true" verbose="true"/> 
     <get src="${jboss.repository}/sun-jaxws/${sun-jaxws}/lib/jsr173_api.jar" dest="${thirdparty.dir}/jsr173_api.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/sun-jaxws/${sun-jaxws}/lib/jsr181-api.jar" dest="${thirdparty.dir}/jsr181-api.jar" usetimestamp="true" verbose="true"/> 
     <get src="${jboss.repository}/sun-jaxws/${sun-jaxws}/lib/jsr250-api.jar" dest="${thirdparty.dir}/jsr250-api.jar" usetimestamp="true" verbose="true"/> 




More information about the jbossws-commits mailing list