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/13 09:23:35 UTC

cvs commit: gump/project java-xml-pack.xml

bodewig     2005/01/13 00:23:35

  Modified:    project  java-xml-pack.xml
  Log:
  Try to fix Xerces build on JDK 1.5 and Kaffe
  
  Revision  Changes    Path
  1.8       +4 -4      gump/project/java-xml-pack.xml
  
  Index: java-xml-pack.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/java-xml-pack.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- java-xml-pack.xml	20 Oct 2004 15:16:07 -0000	1.7
  +++ java-xml-pack.xml	13 Jan 2005 08:23:34 -0000	1.8
  @@ -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.
  @@ -30,9 +30,9 @@
     <project name="jaxp">
       <package>javax.xml</package>
   
  -    <jar name="jaxp-1.2_01/jaxp-api.jar" id="jaxp-api" />
  -    <jar name="jaxp-1.2_01/dom.jar" id="dom" />
  -    <jar name="jaxp-1.2_01/sax.jar" id="sax" />
  +    <jar name="jaxp-1.2_01/jaxp-api.jar" id="jaxp-api" type="boot"/>
  +    <jar name="jaxp-1.2_01/dom.jar" id="dom" type="boot"/>
  +    <jar name="jaxp-1.2_01/sax.jar" id="sax" type="boot"/>
       <jar name="jaxp-1.2_01/xercesImpl.jar" id="xml-parser" />
       <jar name="jaxp-1.2_01/xalan.jar" id="xalan" />
     </project>