elena 2003/11/13 14:50:32
Modified: java build.xml
Log:
Updated build for DOM Level 3 CR changes. Patch from Neil Delima.
Revision Changes Path
1.147 +3 -1 xml-xerces/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/build.xml,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- build.xml 13 Nov 2003 11:10:49 -0000 1.146
+++ build.xml 13 Nov 2003 22:50:32 -0000 1.147
@@ -1161,6 +1161,8 @@
token="org.apache.xerces.dom3" value="org.w3c.dom"/>
<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"/>
</target>
<!-- =================================================================== -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]