neilg 2003/01/03 11:35:52 Modified: java build.xml Log: fix broken DOM 3 build Revision Changes Path 1.111 +3 -1 xml-xerces/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/build.xml,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- build.xml 30 Dec 2002 21:45:50 -0000 1.110 +++ build.xml 3 Jan 2003 19:35:52 -0000 1.111 @@ -1013,6 +1013,8 @@ token="org.apache.xerces.dom3" value="org.w3c.dom"/> <replace file="${build.src}/org/apache/xml/serialize/DOMWriterImpl.java" 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/DOMWriter.java" token="org.apache.xerces.dom3" value="org.w3c.dom"/> <replace file="${build.src}/org/w3c/dom/ls/ParseErrorEvent.java"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]