[jbossws-commits] JBossWS SVN: r4870 - in stack/metro/branches/hbraun: ant-import and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Oct 24 03:38:33 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-10-24 03:38:33 -0400 (Wed, 24 Oct 2007)
New Revision: 4870

Modified:
   stack/metro/branches/hbraun/ant-import/build-thirdparty.xml
   stack/metro/branches/hbraun/version.properties
Log:
Include JAF and JUnit jars in thirdparty

Modified: stack/metro/branches/hbraun/ant-import/build-thirdparty.xml
===================================================================
--- stack/metro/branches/hbraun/ant-import/build-thirdparty.xml	2007-10-24 05:37:43 UTC (rev 4869)
+++ stack/metro/branches/hbraun/ant-import/build-thirdparty.xml	2007-10-24 07:38:33 UTC (rev 4870)
@@ -57,9 +57,11 @@
     <get src="${jboss.repository}/sun-jaxb/${sun-jaxb}/lib/jaxb-impl.jar" dest="${thirdparty.dir}/jaxb-impl.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/sun-jaxb/${sun-jaxb}/lib/jaxb-xjc.jar" dest="${thirdparty.dir}/jaxb-xjc.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/sun-jaxrpc/${sun-jaxrpc}/lib/jaxrpc-api.jar" dest="${thirdparty.dir}/jaxrpc-api.jar" usetimestamp="true" verbose="true"/>
+    <get src="${jboss.repository}/junit/${junit}/lib/junit.jar" dest="${thirdparty.dir}/junit.jar" usetimestamp="true" verbose="true"/>
     <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-jaf/${sun-jaf}/lib/activation.jar" dest="${thirdparty.dir}/activation.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-ri-src.jar" dest="${thirdparty.dir}/jaxws-ri-src.jar" usetimestamp="true" verbose="true"/> 
     <get src="${jboss.repository}/sun-jaxws/${sun-jaxws}/lib/jaxws-rt.jar" dest="${thirdparty.dir}/jaxws-rt.jar" usetimestamp="true" verbose="true"/>
     <get src="${jboss.repository}/sun-jaxws/${sun-jaxws}/lib/jaxws-tools.jar" dest="${thirdparty.dir}/jaxws-tools.jar" usetimestamp="true" verbose="true"/>

Modified: stack/metro/branches/hbraun/version.properties
===================================================================
--- stack/metro/branches/hbraun/version.properties	2007-10-24 05:37:43 UTC (rev 4869)
+++ stack/metro/branches/hbraun/version.properties	2007-10-24 07:38:33 UTC (rev 4870)
@@ -19,11 +19,13 @@
 jbossws-spi=1.0.0.GA
 jbossws-jboss42=2.0.1.GA
 
+junit=3.8.1
 jboss-common-core=2.0.2.GA
 jboss-common-logging-spi=2.0.2.GA
 jboss-javaee=5.0.0-SNAPSHOT
 jboss-jaxr=1.2.0.GA
 jboss-security-spi=2.0.0.Beta
+sun-jaf=1.1
 sun-jaxb=2.1.4
 sun-jaxrpc=1.1
 sun-jaxws=2.1.1




More information about the jbossws-commits mailing list