sandygao 2003/01/06 15:03:13 Modified: java build.xml Log: Exclude DOMUtil.java from dtd-only jar build. This file is only used by XML Schema code, and has dependency on impl.xs package. Revision Changes Path 1.112 +2 -1 xml-xerces/java/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/build.xml,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- build.xml 3 Jan 2003 19:35:52 -0000 1.111 +++ build.xml 6 Jan 2003 23:03:12 -0000 1.112 @@ -782,6 +782,7 @@ org/apache/xerces/dom/ASModelImpl.java org/apache/xerces/dom/ASDOMImplementationImpl.java org/apache/xerces/impl/XML11*.java + org/apache/xerces/util/DOMUtil.java org/apache/html/** org/apache/wml/** ">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]