Author: heiko.braun(a)jboss.com
Date: 2007-08-03 03:44:53 -0400 (Fri, 03 Aug 2007)
New Revision: 4133
Modified:
common/trunk/ant-import/build-thirdparty.xml
common/trunk/version.properties
Log:
added junit-.jar to classpath in order to compile JBossWSTest abstraction
Modified: common/trunk/ant-import/build-thirdparty.xml
===================================================================
--- common/trunk/ant-import/build-thirdparty.xml 2007-08-03 07:40:50 UTC (rev 4132)
+++ common/trunk/ant-import/build-thirdparty.xml 2007-08-03 07:44:53 UTC (rev 4133)
@@ -38,6 +38,7 @@
<target name="thirdparty-get" depends="thirdparty-init"
if="force.thirdparty" description="Gets the thirdparty libraries">
<mkdir dir="${thirdparty.dir}"/>
+ <get src="${jboss.repository}/junit/${junit}/lib/junit.jar"
dest="${thirdparty.dir}/junit.jar" usetimestamp="true"
verbose="true"/>
<get
src="${jboss.repository}/jboss/common-core/${jboss-common-core}/lib/jboss-common-core.jar"
dest="${thirdparty.dir}/jboss-common-core.jar" usetimestamp="true"
verbose="true"/>
<get
src="${jboss.repository}/jboss/common-core/${jboss-common-core}/lib/jboss-common-core-sources.jar"
dest="${thirdparty.dir}/jboss-common-core-sources.jar"
usetimestamp="true" verbose="true"/>
<get
src="${jboss.repository}/jboss/common-logging-log4j/${jboss-common-logging-log4j}/lib/jboss-logging-log4j.jar"
dest="${thirdparty.dir}/jboss-logging-log4j.jar" usetimestamp="true"
verbose="true"/>
@@ -67,6 +68,7 @@
<pathelement location="${thirdparty.dir}/jboss-logging-spi.jar"/>
<pathelement
location="${thirdparty.dir}/jboss-microcontainer.jar"/>
<pathelement location="${thirdparty.dir}/jbossws-spi.jar"/>
+ <pathelement location="${thirdparty.dir}/junit.jar"/>
</path>
</target>
Modified: common/trunk/version.properties
===================================================================
--- common/trunk/version.properties 2007-08-03 07:40:50 UTC (rev 4132)
+++ common/trunk/version.properties 2007-08-03 07:44:53 UTC (rev 4133)
@@ -24,3 +24,4 @@
sun-jaxb=2.1.4
sun-jaxrpc=1.1
sun-jaxws=2.1.1
+junit=3.8.1
Show replies by date