elena 2003/03/24 12:10:17 Modified: java build.xml Log: update build to remove deleted dom l3 ls file from the jars-dom3 target Revision Changes Path 1.127 +2 -4 xml-xerces/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/build.xml,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- build.xml 20 Mar 2003 13:40:49 -0000 1.126 +++ build.xml 24 Mar 2003 20:10:16 -0000 1.127 @@ -1048,7 +1048,7 @@ token="org.apache.xerces.dom3" value="org.w3c.dom"/> <replace file="${build.src}/org/apache/xerces/dom/AttrImpl.java" token="org.apache.xerces.dom3" value="org.w3c.dom"/> - <replace file="${build.src}/org/apache/xerces/dom/AttrNSImpl.java" + <replace file="${build.src}/org/apache/xerces/dom/AttrNSImpl.java" token="org.apache.xerces.dom3" value="org.w3c.dom"/> <replace file="${build.src}/org/apache/xerces/dom/DocumentImpl.java" token="org.apache.xerces.dom3" value="org.w3c.dom"/> @@ -1079,8 +1079,6 @@ <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" token="org.apache.xerces.dom3" value="org.w3c.dom"/> <replace file="${build.src}/org/w3c/dom/ls/DOMBuilder.java" token="org.apache.xerces.dom3" value="org.w3c.dom"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]