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

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Jul 8 17:08:23 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-08 17:08:23 -0400 (Wed, 08 Jul 2009)
New Revision: 90957

Modified:
   projects/jboss-osgi/trunk/hudson/ant.properties.example
   projects/jboss-osgi/trunk/hudson/build.xml
Log:
Fix tomcat download

Modified: projects/jboss-osgi/trunk/hudson/ant.properties.example
===================================================================
--- projects/jboss-osgi/trunk/hudson/ant.properties.example	2009-07-08 21:01:09 UTC (rev 90956)
+++ projects/jboss-osgi/trunk/hudson/ant.properties.example	2009-07-08 21:08:23 UTC (rev 90957)
@@ -32,5 +32,5 @@
 hudson.smtp.host=localhost
 
 # Hudson (1.300)
-apache-tomcat=5.5.20
+apache-tomcat=5.5.27
 sun-hudson=2402/132585
\ No newline at end of file

Modified: projects/jboss-osgi/trunk/hudson/build.xml
===================================================================
--- projects/jboss-osgi/trunk/hudson/build.xml	2009-07-08 21:01:09 UTC (rev 90956)
+++ projects/jboss-osgi/trunk/hudson/build.xml	2009-07-08 21:08:23 UTC (rev 90957)
@@ -86,7 +86,7 @@
     <copy todir="${hudson.root}/jboss" file="${thirdparty.dir}/jboss-5.0.1.GA.zip"/>
   </target>
   <target name="get-tomcat" depends="init-thirdparty" unless="apache.tomcat.available">
-    <get src="http://www.apache.org/dist/tomcat/tomcat-6/v${apache-tomcat}/bin/apache-tomcat-${apache-tomcat}.zip" dest="${thirdparty.dir}/apache-tomcat.zip" usetimestamp="true" verbose="true"/>
+    <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"/>
   </target>
   <target name="get-hudson" depends="init-thirdparty" unless="sun.hudson.available">
     <get src="https://hudson.dev.java.net/files/documents/${sun-hudson}/hudson.war" dest="${thirdparty.dir}/hudson.war" usetimestamp="true" verbose="true"/>




More information about the jboss-osgi-commits mailing list