Author: jason.greene(a)jboss.com
Date: 2007-01-31 14:56:50 -0500 (Wed, 31 Jan 2007)
New Revision: 2222
Modified:
trunk/build/ant-import/build-thirdparty.xml
trunk/build/version.properties
Log:
Add jbossws-sun-wsimport to thirdparty
Modified: trunk/build/ant-import/build-thirdparty.xml
===================================================================
--- trunk/build/ant-import/build-thirdparty.xml 2007-01-31 19:44:24 UTC (rev 2221)
+++ trunk/build/ant-import/build-thirdparty.xml 2007-01-31 19:56:50 UTC (rev 2222)
@@ -72,6 +72,7 @@
<get
src="${jboss.repository}/xmlunit-xmlunit/${xmlunit}/lib/xmlunit1.0.jar"
dest="${thirdparty.dir}/xmlunit1.0.jar" usetimestamp="true"
verbose="true"/>
<get
src="${jboss.repository}/wscommons-policy/${wscommons-policy}/lib/policy.jar"
dest="${thirdparty.dir}/policy.jar" usetimestamp="true"
verbose="true"/>
<get src="${jboss.repository}/woodstox/${woodstox}/lib/wstx.jar"
dest="${thirdparty.dir}/wstx.jar" usetimestamp="true"
verbose="true"/>
+ <get
src="${jboss.repository}/jboss/jbossws-sun-wsimport/${jbossws-sun-wsimport}/lib/jbossws-sun-wsimport.jar"
dest="${thirdparty.dir}/jbossws-sun-wsimport.jar" usetimestamp="true"
verbose="true"/>
<mkdir dir="${thirdparty.dir}/jbpm-bpel"/>
<unzip dest="${thirdparty.dir}/jbpm-bpel"
src="${thirdparty.dir}/jbpm-bpel.sar"/>
Modified: trunk/build/version.properties
===================================================================
--- trunk/build/version.properties 2007-01-31 19:44:24 UTC (rev 2221)
+++ trunk/build/version.properties 2007-01-31 19:56:50 UTC (rev 2222)
@@ -42,6 +42,7 @@
jboss-security=4.0.5.GA
jboss-vfs=2.0.0.snapshot
jbossas-core-libs=4.0.5.GA
+jbossws-sun-wsimport=2.0.0
jbpm-bpel=1.1.Beta2
junit=3.8.1
oswego-concurrent=1.3.4
@@ -51,6 +52,6 @@
sun-jaf=1.1
sun-javamail=1.4
sun-servlet=2.4
-woodstox=2.0.6
+woodstox=3.1.1
wscommons-policy=1.0
xmlunit=1.0
Show replies by date