Author: richard.opalka(a)jboss.com
Date: 2007-08-21 04:05:17 -0400 (Tue, 21 Aug 2007)
New Revision: 4450
Modified:
framework/branches/ropalka/trunk/ant-import/build-thirdparty.xml
Log:
fixing eclipse compilation problem of tests source folder
Modified: framework/branches/ropalka/trunk/ant-import/build-thirdparty.xml
===================================================================
--- framework/branches/ropalka/trunk/ant-import/build-thirdparty.xml 2007-08-20 21:20:09
UTC (rev 4449)
+++ framework/branches/ropalka/trunk/ant-import/build-thirdparty.xml 2007-08-21 08:05:17
UTC (rev 4450)
@@ -48,6 +48,7 @@
<get
src="${jboss.repository}/jboss/jboss-javaee/${jboss-javaee}/lib/jboss-javaee.jar"
dest="${thirdparty.dir}/jboss-javaee.jar" usetimestamp="true"
verbose="true"/>
<get
src="${jboss.repository}/jboss/jbossxb/${jboss-jbossxb}/lib/jboss-xml-binding.jar"
dest="${thirdparty.dir}/jboss-xml-binding.jar" usetimestamp="true"
verbose="true"/>
<get
src="${jboss.repository}/jboss/jbossxb/${jboss-jbossxb}/lib/jboss-xml-binding-sources.jar"
dest="${thirdparty.dir}/jboss-xml-binding-sources.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-jaxrpc/${sun-jaxrpc}/lib/jaxrpc-api.jar"
dest="${thirdparty.dir}/jaxrpc-api.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/jsr181-api.jar"
dest="${thirdparty.dir}/jsr181-api.jar" usetimestamp="true"
verbose="true"/>
@@ -76,4 +77,4 @@
</target>
-</project>
\ No newline at end of file
+</project>
Show replies by date