You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2005/01/14 10:00:16 UTC

cvs commit: gump/project xml-xerces2.xml

bodewig     2005/01/14 01:00:16

  Modified:    project  xml-xerces2.xml
  Log:
  Try to get Xerces compiled on VMs with JAXP 1.3 in the class library
  
  Revision  Changes    Path
  1.44      +5 -2      gump/project/xml-xerces2.xml
  
  Index: xml-xerces2.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/xml-xerces2.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- xml-xerces2.xml	6 Dec 2004 23:52:32 -0000	1.43
  +++ xml-xerces2.xml	14 Jan 2005 09:00:15 -0000	1.44
  @@ -1,6 +1,6 @@
   <?xml version="1.0" ?>
   <!--
  -  Copyright 2001-2004 The Apache Software Foundation
  +  Copyright 2001-2005 The Apache Software Foundation
   
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
  @@ -32,7 +32,10 @@
       <depend project="bootstrap-ant"/>
       <depend project="xjavac"/>
       <depend project="xml-commons-resolver"/>
  -    <option project="jaxp" ids="jaxp-api dom sax" />
  +    <!-- not really an option for JDK &lt; 1.4 -->
  +    <!-- as long as Xerces doesn't support DOM L3, not an option for
  +         Kaffe or JDK 1.5 either -->
  +    <option project="jaxp" ids="jaxp-api dom sax xml-parser"/>
       <home nested="java/build"/>
       <jar name="xercesImpl.jar" id="xml-parser" type="boot"/>