[jboss-osgi-commits] JBoss-OSGI SVN: r97732 - projects/jboss-osgi/trunk/hudson.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Fri Dec 11 08:34:59 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-11 08:34:59 -0500 (Fri, 11 Dec 2009)
New Revision: 97732

Modified:
   projects/jboss-osgi/trunk/hudson/build.xml
Log:
download as600M1

Modified: projects/jboss-osgi/trunk/hudson/build.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/build.xml	2009-12-11 13:26:38 UTC (rev 97731)
+++ projects/jboss-osgi/trunk/hudson/build.xml	2009-12-11 13:34:59 UTC (rev 97732)
@@ -86,9 +86,10 @@
   <!-- 
     Get thirdparty dependencies 
   -->
-  <target name="thirdparty" depends="init-thirdparty,get-tomcat,get-hudson,get-jboss501,get-jboss510">
+  <target name="thirdparty" depends="init-thirdparty,get-tomcat,get-hudson,get-jboss501,get-jboss510,get-jboss600">
     <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"/>
+    <copy todir="${hudson.root}/jboss" file="${thirdparty.dir}/jboss-6.0.0.M1.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}/bin/apache-tomcat-${apache-tomcat}.zip" dest="${thirdparty.dir}/apache-tomcat.zip" usetimestamp="true" verbose="true"/>



More information about the jboss-osgi-commits mailing list