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 2002/07/26 17:29:58 UTC

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

remm        2002/07/26 08:29:58

  Modified:    .        download.properties build.xml
  Log:
  - Remove dependency on JSTL.
  
  Revision  Changes    Path
  1.3       +0 -6      jakarta-tomcat-5/download.properties
  
  Index: download.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/download.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- download.properties	26 Jul 2002 09:43:23 -0000	1.2
  +++ download.properties	26 Jul 2002 15:29:58 -0000	1.3
  @@ -22,11 +22,9 @@
   # ----- Commons Beanutils, version 1.1 or later -----
   commons-beanutils.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.3/commons-beanutils-1.3.tar.gz
   
  -
   # ----- Commons Collections, version 1.0 or later -----
   commons-collections.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/commons-collections-2.0.tar.gz
   
  -
   # ----- Commons Digester, version 1.1.1 or later -----
   commons-digester.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.2/commons-digester-1.2.tar.gz
   
  @@ -37,12 +35,8 @@
   # ----- Jakarta Regular Expressions Library, version 1.2 -----
   regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz
   
  -
   # ----- Xerces XML Parser, version 2.0.0 or later -----
   xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.0.2.tar.gz
  -
  -# ----- JSTL 1.0 -----
  -jstl.loc=http://jakarta.apache.org/builds/jakarta-taglibs/releases/standard/jakarta-taglibs-standard-1.0.tar.gz
   
   
   # --------------------------------------------------
  
  
  
  1.6       +0 -4      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	26 Jul 2002 11:15:38 -0000	1.5
  +++ build.xml	26 Jul 2002 15:29:58 -0000	1.6
  @@ -568,10 +568,6 @@
         <param name="sourcefile" value="${struts.loc}"/>
         <param name="destfile" value="${struts.jar}"/>
       </antcall>
  -    <antcall target="downloadgz">
  -      <param name="sourcefile" value="${jstl.loc}"/>
  -      <param name="destfile" value="${struts.jar}"/>
  -    </antcall>
   <!--
       <antcall target="downloadfile">
         <param name="sourcefile" value="${tyrex.loc}"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>