remm        2003/08/19 09:22:22

  Modified:    .        build.properties.default
  Log:
  - My testing has revealed that there are similar problems between Xerces 2.1 and
    2.5 with schema validation, so it seems best to use Xerces 2.5, and disable
    schema validation for now (I'll add a workaround for this tomorrow if no fix
    is found until then).
  
  Revision  Changes    Path
  1.102     +4 -4      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -r1.101 -r1.102
  --- build.properties.default  12 Aug 2003 16:49:24 -0000      1.101
  +++ build.properties.default  19 Aug 2003 16:22:22 -0000      1.102
  @@ -125,12 +125,12 @@
   
regexp.loc=http://jakarta.apache.org/builds/jakarta-regexp/release/v1.2/jakarta-regexp-1.2.tar.gz
   
   
  -# ----- Xerces XML Parser, version 2.1.0 -----
  -xerces.home=${base.path}/xerces-2_1_0
  +# ----- Xerces XML Parser, version 2.5.0 -----
  +xerces.home=${base.path}/xerces-2_5_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/old_xerces2/Xerces-J-bin.2.1.0.tar.gz
  +xerces.loc=http://xml.apache.org/dist/xerces-j/Xerces-J-bin.2.5.0.tar.gz
   
   # --------------------------------------------------
   #              CORE OPTIONAL LIBRARIES
  
  
  

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

Reply via email to