remm        2002/08/13 09:52:19

  Modified:    .        build.properties.default build.xml
  Log:
  - Use CL 1.0.1 tar.gz (smaller).
  - Update to digester 1.3.
  
  Revision  Changes    Path
  1.27      +5 -5      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.properties.default  13 Aug 2002 15:40:00 -0000      1.26
  +++ build.properties.default  13 Aug 2002 16:52:19 -0000      1.27
  @@ -72,11 +72,11 @@
   commons-daemon.loc=jakarta-commons-sandbox/daemon
   
   
  -# ----- Commons Digester, version 20020810 or later -----
  -commons-digester.home=${base.path}/commons-digester
  +# ----- Commons Digester, version 1.3 or later -----
  +commons-digester.home=${base.path}/commons-digester-1.3
   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://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.3/commons-digester-1.3.tar.gz
   
   
   # ----- Commons Logging, version 1.0.1 or later -----
  @@ -84,7 +84,7 @@
   commons-logging.lib=${commons-logging.home}
   commons-logging-api.jar=${commons-logging.lib}/commons-logging-api.jar
   commons-logging.jar=${commons-logging.lib}/commons-logging.jar
  
-commons-logging.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/commons-logging-1.0.1.zip
  
+commons-logging.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/commons-logging-1.0.1.tar.gz
   
   
   # ----- Java Naming and Directory Interface (JNDI), version 1.2 or later -----
  
  
  
  1.25      +7 -2      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml 13 Aug 2002 16:31:04 -0000      1.24
  +++ build.xml 13 Aug 2002 16:52:19 -0000      1.25
  @@ -499,15 +499,20 @@
         <param name="sourcefile" value="${commons-beanutils.loc}"/>
         <param name="destfile" value="${commons-beanutils.jar}"/>
       </antcall>
  +
       <antcall target="downloadgz">
         <param name="sourcefile" value="${commons-collections.loc}"/>
         <param name="destfile" value="${commons-collections.jar}"/>
       </antcall>
   
  -    <antcall target="downloadzip">
  +    <antcall target="downloadgz">
  +      <param name="sourcefile" value="${commons-digester.loc}"/>
  +      <param name="destfile" value="${commons-digester.jar}"/>
  +    </antcall>
  +
  +    <antcall target="downloadgz">
         <param name="sourcefile" value="${commons-logging.loc}"/>
         <param name="destfile" value="${commons-logging.jar}"/>
  -      <param name="destdir" value="${base.path}"/>
       </antcall>
   
       <antcall target="downloadgz">
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to