You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2006/06/20 06:43:41 UTC

svn commit: r415499 - in /tomcat/container/branches/tc4.1.x: build.properties.default build.xml

Author: markt
Date: Mon Jun 19 21:43:41 2006
New Revision: 415499

URL: http://svn.apache.org/viewvc?rev=415499&view=rev
Log:
Move nsis version number to properties file
Correct the file names for a couple of the downloads

Modified:
    tomcat/container/branches/tc4.1.x/build.properties.default
    tomcat/container/branches/tc4.1.x/build.xml

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=415499&r1=415498&r2=415499&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/build.properties.default (original)
+++ tomcat/container/branches/tc4.1.x/build.properties.default Mon Jun 19 21:43:41 2006
@@ -48,7 +48,7 @@
 
 
 # ----- Jakarta files base location -----
-base-jakarta.loc=http://archive.apache.org/dist/jakarta/
+base-jakarta.loc=http://archive.apache.org/dist/jakarta
 base-sourceforge.loc=http://switch.dl.sourceforge.net/sourceforge
 
 # --------------------------------------------------
@@ -67,7 +67,7 @@
 commons-collections.home=${base.path}/commons-collections-3.1
 commons-collections.lib=${commons-collections.home}
 commons-collections.jar=${commons-collections.lib}/commons-collections-3.1.jar
-commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/collections-3.1.tar.gz
+commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/commons-collections-3.1.tar.gz
 
 
 # ----- Commons Digester, version 1.1.1 or later -----
@@ -141,7 +141,7 @@
 xerces.lib=${xerces.home}
 xerces.loc=http://www.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.8.0.tar.gz
 xercesImpl.jar=${xerces.lib}/xercesImpl.jar
-xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
+xmlParserAPIs.jar=${xerces.lib}/xml-apis.jar
 
 
 # --------------------------------------------------
@@ -221,6 +221,7 @@
 # ----- NSIS, version 2.14 or later -----
 nsis.home=C:/Program Files/nsis
 nsis.loc=${base-sourceforge.loc}/nsis/nsis-2.16-setup.exe?download
+nsis.install.exe=${nsis.home}/nsis-216.exe
 
 
 # ----- PureTLS Extension, version 0.9 or later -----

Modified: tomcat/container/branches/tc4.1.x/build.xml
URL: http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/build.xml?rev=415499&r1=415498&r2=415499&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/build.xml (original)
+++ tomcat/container/branches/tc4.1.x/build.xml Mon Jun 19 21:43:41 2006
@@ -524,7 +524,7 @@
     </antcall>
     <antcall target="downloadfile">
       <param name="sourcefile" value="${nsis.loc}"/>
-      <param name="destfile" value="${nsis.home}/nsis198.exe"/>
+      <param name="destfile" value="${nsis.install.exe}"/>
       <param name="destdir" value="${nsis.home}"/>
     </antcall>
     <antcall target="downloadgz">



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