remm        2003/08/26 01:42:39

  Modified:    .        build.properties.default build.xml
  Log:
  - Use Xerces 2.1, which has less issues with schema validation.
  - The deployer doesn't need the Ant binary (as Ant is required to run the
    build.xml anyway). This will make the binary much smaller.
  
  Revision  Changes    Path
  1.103     +4 -3      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -u -r1.102 -r1.103
  --- build.properties.default  19 Aug 2003 16:22:22 -0000      1.102
  +++ build.properties.default  26 Aug 2003 08:42:38 -0000      1.103
  @@ -126,11 +126,12 @@
   
   
   # ----- Xerces XML Parser, version 2.5.0 -----
  -xerces.home=${base.path}/xerces-2_5_0
  +xerces.home=${base.path}/xerces-2_1_0
   xerces.lib=${xerces.home}
   xercesImpl.jar=${xerces.lib}/xercesImpl.jar
   xmlParserAPIs.jar=${xerces.lib}/xmlParserAPIs.jar
  -xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.5.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/old_xerces2/Xerces-J-bin.2.1.0.tar.gz
  +
   
   # --------------------------------------------------
   #              CORE OPTIONAL LIBRARIES
  
  
  
  1.152     +0 -2      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.151
  retrieving revision 1.152
  diff -u -r1.151 -r1.152
  --- build.xml 25 Aug 2003 18:43:04 -0000      1.151
  +++ build.xml 26 Aug 2003 08:42:38 -0000      1.152
  @@ -705,8 +705,6 @@
   
     <target name="deployer" description="Create the Tomcat deployer binary" > 
   
  -    <copy todir="${tomcat.deployer}/lib" file="${tomcat.build}/common/lib/ant.jar"/>
  -
       <!-- JSP and Servlet runtime -->
       <copy todir="${tomcat.deployer}/lib">
         <fileset dir="${tomcat.build}/common/lib">
  
  
  

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

Reply via email to