You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2007/03/02 10:13:13 UTC

svn commit: r513672 - /portals/jetspeed-2/trunk/installer/maven.xml

Author: ate
Date: Fri Mar  2 01:13:12 2007
New Revision: 513672

URL: http://svn.apache.org/viewvc?view=rev&rev=513672
Log:
Forgot to enable downloading the tomcat zips again (bluesunrise was somehow down some time ago)

Modified:
    portals/jetspeed-2/trunk/installer/maven.xml

Modified: portals/jetspeed-2/trunk/installer/maven.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/installer/maven.xml?view=diff&rev=513672&r1=513671&r2=513672
==============================================================================
--- portals/jetspeed-2/trunk/installer/maven.xml (original)
+++ portals/jetspeed-2/trunk/installer/maven.xml Fri Mar  2 01:13:12 2007
@@ -36,12 +36,12 @@
     <attainGoal name="clean" />
 
     <mkdir dir="${basedir}/resources" />
-<!--
+
     <get usetimestamp="true" dest="${basedir}/resources/tomcat-5.5.20.zip"
       src="http://www.bluesunrise.com/maven/tomcat/dist/tomcat-5.5.20.zip" />
     <get usetimestamp="true" dest="${basedir}/resources/tomcat-5.5.20-compat.zip"
       src="http://www.bluesunrise.com/maven/tomcat/dist/tomcat-5.5.20-compat.zip" />
--->
+
     <unzip src="${basedir}/resources/tomcat-5.5.20.zip" dest="${maven.build.dir}/tomcat" />
     <unzip src="${basedir}/resources/tomcat-5.5.20-compat.zip" dest="${maven.build.dir}/tomcat-compat" />
 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org