You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/03/22 05:46:41 UTC

cvs commit: xml-xerces/java build.xml

mrglavas    2005/03/21 20:46:41

  Modified:    java     build.xml
  Log:
  Adding a replace to allow DOM Level 3 target to compile again.
  
  Revision  Changes    Path
  1.179     +5 -3      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.178
  retrieving revision 1.179
  diff -u -r1.178 -r1.179
  --- build.xml	3 Jan 2005 05:31:50 -0000	1.178
  +++ build.xml	22 Mar 2005 04:46:41 -0000	1.179
  @@ -1262,9 +1262,11 @@
       <replace file="${build.src}/org/apache/xerces/xs/XSLoader.java"  
                token="org.apache.xerces.dom3" value="org.w3c.dom"/>
      <replace file="${build.src}/org/apache/xerces/dom/DOMStringListImpl.java"  
  -             token="org.apache.xerces.dom3" value="org.w3c.dom"/> 
  +             token="org.apache.xerces.dom3" value="org.w3c.dom"/>
  +   <replace file="${build.src}/org/apache/xerces/impl/xs/XSLoaderImpl.java"
  +             token="org.apache.xerces.dom3" value="org.w3c.dom"/>
      <replace file="${build.src}/org/apache/xerces/impl/xs/XMLSchemaLoader.java"  
  -             token="org.apache.xerces.dom3" value="org.w3c.dom"/> 
  +             token="org.apache.xerces.dom3" value="org.w3c.dom"/>
     </target>
   
     <!-- =================================================================== -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org