You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/02/12 18:26:15 UTC

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

remm        2003/02/12 09:26:15

  Modified:    .        build.properties.default build.xml
  Log:
  - Update to digester 1.4.
  - Update to NSIS 2.0b1 (I'll likely need to update the script, obviously ;-) ).
  
  Revision  Changes    Path
  1.67      +7 -7      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- build.properties.default	5 Feb 2003 08:44:09 -0000	1.66
  +++ build.properties.default	12 Feb 2003 17:26:15 -0000	1.67
  @@ -67,11 +67,11 @@
   commons-launcher.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-launcher/v0.9/commons-launcher-0.9.tar.gz
   
   
  -# ----- Commons Digester, version 20020820 or later -----
  -commons-digester.home=${base.path}/commons-digester
  -commons-digester.lib=${commons-digester.home}/dist
  +# ----- Commons Digester, version 1.4 or later -----
  +commons-digester.home=${base.path}/commons-digester-1.4
  +commons-digester.lib=${commons-digester.home}
   commons-digester.jar=${commons-digester.lib}/commons-digester.jar
  -commons-digester.loc=jakarta-commons/digester
  +commons-digester.loc=http://www.apache.org/dist/jakarta/commons/digester/binaries/commons-digester-1.4.tar.gz
   
   
   # ----- Commons Expression Language (EL) -----
  @@ -192,10 +192,10 @@
   
   
   # ----- NSIS, version 2.0a7 or later -----
  -nsis.home=${base.path}/nsis-2.0
  +nsis.home=${base.path}/nsis-2.0-b1
   nsis.exe=${nsis.home}/makensis.exe
   nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
  -nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20b0.exe
  +nsis.loc=http://telia.dl.sourceforge.net/sourceforge/nsis/nsis20b1.exe
   
   
   # ----- Struts, version 1.1 Beta 2 or later -----
  
  
  
  1.79      +2 -3      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- build.xml	10 Feb 2003 19:17:51 -0000	1.78
  +++ build.xml	12 Feb 2003 17:26:15 -0000	1.79
  @@ -958,9 +958,8 @@
         <param name="destfile" value="${logkit.jar}"/>
       </antcall>
   
  -    <antcall target="cvsbuild">
  -      <param name="location" value="${commons-digester.loc}"/>
  -      <param name="subdir" value="${commons-digester.home}"/>
  +    <antcall target="downloadgz">
  +      <param name="sourcefile" value="${commons-digester.loc}"/>
         <param name="destfile" value="${commons-digester.jar}"/>
       </antcall>
   
  
  
  

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