venu 2003/11/17 05:33:52
Modified: java build.xml
Log:
DOM3LS CR changes . Submitted by Ramesh Mandava
Revision Changes Path
1.153 +3 -3 xml-xerces/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/build.xml,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- build.xml 15 Nov 2003 17:37:47 -0000 1.152
+++ build.xml 17 Nov 2003 13:33:52 -0000 1.153
@@ -1163,9 +1163,9 @@
token="org.apache.xerces.dom3" value="org.w3c.dom"/>
<replace file="${build.src}/org/apache/xml/serialize/XML11Serializer.java"
token="org.apache.xerces.dom3" value="org.w3c.dom"/>
- <replace file="${build.src}/org/w3c/dom/ls/DOMSerializer.java"
+ <replace file="${build.src}/org/w3c/dom/ls/LSSerializer.java"
token="org.apache.xerces.dom3" value="org.w3c.dom"/>
- <replace file="${build.src}/org/w3c/dom/ls/DOMParser.java"
+ <replace file="${build.src}/org/w3c/dom/ls/LSParser.java"
token="org.apache.xerces.dom3" value="org.w3c.dom"/>
<replace file="${build.src}/org/apache/xerces/impl/xs/opti/DefaultNode.java"
token="org.apache.xerces.dom3" value="org.w3c.dom"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]