[jbossws-commits] JBossWS SVN: r6559 - stack/cxf/trunk/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Apr 21 04:23:48 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-21 04:23:48 -0400 (Mon, 21 Apr 2008)
New Revision: 6559

Modified:
   stack/cxf/trunk/ant-import/build-thirdparty.xml
Log:
jbossws-common-src.jar

Modified: stack/cxf/trunk/ant-import/build-thirdparty.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-thirdparty.xml	2008-04-19 21:30:38 UTC (rev 6558)
+++ stack/cxf/trunk/ant-import/build-thirdparty.xml	2008-04-21 08:23:48 UTC (rev 6559)
@@ -77,7 +77,7 @@
 
     <mkdir dir="${thirdparty.dir}"/>
     <get src="${jboss.repository}/jboss/jbossws-common/${jbossws-common}/lib/jbossws-common.jar" dest="${thirdparty.dir}/jbossws-common.jar" usetimestamp="true" verbose="true"/>
-    <get src="${jboss.repository}/jboss/jbossws-common/${jbossws-common}/lib/jbossws-common-src.zip" dest="${thirdparty.dir}/jbossws-common-src.zip" usetimestamp="true" verbose="true"/>
+    <get src="${jboss.repository}/jboss/jbossws-common/${jbossws-common}/lib/jbossws-common-src.jar" dest="${thirdparty.dir}/jbossws-common-src.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/jboss/jbossws-framework/${jbossws-framework}/lib/jbossws-framework.jar" dest="${thirdparty.dir}/jbossws-framework.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/jboss/jbossws-framework/${jbossws-framework}/lib/jbossws-framework-src.jar" dest="${thirdparty.dir}/jbossws-framework-src.zip" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/jboss/jbossws-framework/${jbossws-framework}/lib/jbossws-framework-scripts.zip" dest="${thirdparty.dir}/jbossws-framework-scripts.zip" usetimestamp="true" verbose="true"/>




More information about the jbossws-commits mailing list