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

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Sep 15 03:18:22 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-15 03:18:21 -0400 (Tue, 15 Sep 2009)
New Revision: 93515

Modified:
   projects/jboss-osgi/trunk/hudson/build.xml
Log:
Fix jboss-5.1.0.GA download

Modified: projects/jboss-osgi/trunk/hudson/build.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/build.xml	2009-09-15 02:50:46 UTC (rev 93514)
+++ projects/jboss-osgi/trunk/hudson/build.xml	2009-09-15 07:18:21 UTC (rev 93515)
@@ -99,8 +99,8 @@
     <get src="${hudson.jboss501.zip}" dest="${thirdparty.dir}/jboss-5.0.1.GA.zip" usetimestamp="true" verbose="true"/>
   </target>
   <target name="get-jboss510" depends="init-thirdparty" unless="jboss510.available">
-    <property name="hudson.jboss501.zip" value="http://downloads.sourceforge.net/jboss/jboss-5.1.0.GA.zip"/>
-    <get src="${hudson.jboss501.zip}" dest="${thirdparty.dir}/jboss-5.1.0.GA.zip" usetimestamp="true" verbose="true"/>
+    <property name="hudson.jboss510.zip" value="http://downloads.sourceforge.net/jboss/jboss-5.1.0.GA.zip"/>
+    <get src="${hudson.jboss510.zip}" dest="${thirdparty.dir}/jboss-5.1.0.GA.zip" usetimestamp="true" verbose="true"/>
   </target>
   
   <!-- 



More information about the jboss-osgi-commits mailing list