Author: thomas.diesler(a)jboss.com
Date: 2009-08-18 22:49:27 -0400 (Tue, 18 Aug 2009)
New Revision: 92552
Modified:
projects/jboss-osgi/trunk/hudson/build.xml
Log:
Copy jboss-5.1.0.GA.zip to hudson setup
Modified: projects/jboss-osgi/trunk/hudson/build.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/build.xml 2009-08-19 00:16:25 UTC (rev 92551)
+++ projects/jboss-osgi/trunk/hudson/build.xml 2009-08-19 02:49:27 UTC (rev 92552)
@@ -84,6 +84,7 @@
-->
<target name="thirdparty"
depends="init-thirdparty,get-tomcat,get-hudson,get-jboss501,get-jboss510">
<copy todir="${hudson.root}/jboss"
file="${thirdparty.dir}/jboss-5.0.1.GA.zip"/>
+ <copy todir="${hudson.root}/jboss"
file="${thirdparty.dir}/jboss-5.1.0.GA.zip"/>
</target>
<target name="get-tomcat" depends="init-thirdparty"
unless="apache.tomcat.available">
<get
src="http://www.apache.org/dist/tomcat/tomcat-5/v${apache-tomcat}/bi...
dest="${thirdparty.dir}/apache-tomcat.zip" usetimestamp="true"
verbose="true"/>