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 11:43:23 UTC

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

remm        2002/07/26 02:43:23

  Modified:    .        build.properties.default build.xml
                        download.properties
  Log:
  - More script updates.
  
  Revision  Changes    Path
  1.2       +8 -1      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.default	25 Jul 2002 12:01:05 -0000	1.1
  +++ build.properties.default	26 Jul 2002 09:43:23 -0000	1.2
  @@ -111,6 +111,13 @@
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
   
   
  +# ----- JSTL 1.0 -----
  +jstl.home=${base.path}/jakarta-taglibs/jstl-1.0
  +jstl.lib=${jstl.home}/lib
  +jstl.jar=${jstl.lib}/jstl.jar
  +jstl-impl.jar=${jstl.lib}/standard.jar
  +
  +
   # --------------------------------------------------
   #                OPTIONAL LIBRARIES
   # --------------------------------------------------
  
  
  
  1.4       +4 -0      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	26 Jul 2002 09:22:24 -0000	1.3
  +++ build.xml	26 Jul 2002 09:43:23 -0000	1.4
  @@ -568,6 +568,10 @@
         <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}"/>
  
  
  
  1.2       +3 -6      jakarta-tomcat-5/download.properties
  
  Index: download.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/download.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- download.properties	19 Jul 2002 00:39:13 -0000	1.1
  +++ download.properties	26 Jul 2002 09:43:23 -0000	1.2
  @@ -30,22 +30,19 @@
   # ----- 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
   
  -
   # ----- Commons Logging, version 1.0.1 or later -----
   commons-logging.loc=jakarta-commons/logging
   #commons-logging.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/commons-logging-1.0.1.tar.gz
   
  -
   # ----- 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
   
   
  -# ----- Jakarta Servlet API Classes (Servlet 2.3 / JSP 1.2) -----
  -servlet.loc=jakarta-servletapi-4
  -
  -
   # ----- 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
   
   
   # --------------------------------------------------
  
  
  

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