Author: jfclere Date: Mon Jun 19 07:24:08 2006 New Revision: 415340 URL: http://svn.apache.org/viewvc?rev=415340&view=rev Log: Arrange the sourceforge location.
Modified: tomcat/container/branches/tc4.1.x/build.properties.default Modified: tomcat/container/branches/tc4.1.x/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/build.properties.default?rev=415340&r1=415339&r2=415340&view=diff ============================================================================== --- tomcat/container/branches/tc4.1.x/build.properties.default (original) +++ tomcat/container/branches/tc4.1.x/build.properties.default Mon Jun 19 07:24:08 2006 @@ -49,6 +49,7 @@ # ----- Jakarta files base location ----- base-jakarta.loc=http://archive.apache.org/dist/jakarta/ +base-sourceforge.loc=http://switch.dl.sourceforge.net/sourceforge # -------------------------------------------------- # REQUIRED LIBRARIES @@ -187,7 +188,7 @@ jmx.lib=${jmx.home}/lib jmx.jar=${jmx.lib}/mx4j-jmx.jar jmx.license=${jmx.home}/LICENSE -jmx.loc=http://prdownloads.sourceforge.net/sourceforge/mx4j/mx4j-1.1.1.tar.gz +jmx.loc=${base-sourceforge.loc}/mx4j/mx4j-1.1.1.tar.gz # ----- Java Secure Sockets Extension (JSSE), version 1.0.2 or later ----- @@ -208,7 +209,7 @@ junit.home=${base.path}/junit3.8.2 junit.lib=${junit.home} junit.jar=${junit.lib}/junit.jar -junit.loc=http://download.sourceforge.net/junit/junit3.8.2.zip +junit.loc=${base-sourceforge.loc}/junit/junit3.8.2.zip # ----- Java Mail, version 1.2 or later ----- @@ -219,7 +220,7 @@ # ----- NSIS, version 2.14 or later ----- nsis.home=C:/Program Files/nsis -nsis.loc=http://prdownloads.sourceforge.net/nsis/nsis-2.16-setup.exe?download +nsis.loc=${base-sourceforge.loc}/nsis/nsis-2.16-setup.exe?download # ----- PureTLS Extension, version 0.9 or later ----- @@ -239,6 +240,6 @@ tyrex.home=${base.path}/tyrex-1.0.3 tyrex.lib=${tyrex.home} tyrex.jar=${tyrex.lib}/tyrex-1.0.3.jar -tyrex.loc=http://prdownload.sourceforge.net/sourceforge/tyrex/tyrex-1.0.3.tgz +tyrex.loc=${base-sourceforge.loc}/tyrex/tyrex-1.0.3.tgz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]