sandygao 2003/01/14 13:40:24
Modified: java build.xml
Log:
Make dv-only jar work again:
1. dvprepare-src target needs to depend on the prepare target
2. dv package now needs more classes to compile, namely those related
class loading and security managing.
Revision Changes Path
1.115 +5 -2 xml-xerces/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/build.xml,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- build.xml 14 Jan 2003 14:58:17 -0000 1.114
+++ build.xml 14 Jan 2003 21:40:23 -0000 1.115
@@ -899,7 +899,7 @@
<!-- =================================================================== -->
<!-- Compiles the dv source code package -->
<!-- =================================================================== -->
- <target name="dvprepare-src">
+ <target name="dvprepare-src" depends="prepare">
<!-- copy src files -->
<copy todir="${build.src}">
@@ -918,6 +918,9 @@
org/apache/xerces/impl/xs/psvi/XSTypeDefinition.java,
org/apache/xerces/impl/xs/util/StringListImpl.java,
org/apache/xerces/impl/xs/util/XSObjectListImpl.java,
+ org/apache/xerces/util/ObjectFactory.java,
+ org/apache/xerces/util/SecuritySupport.java,
+ org/apache/xerces/util/SecuritySupport12.java,
org/apache/xerces/util/SymbolHash.java,
org/apache/xerces/util/URI.java,
org/apache/xerces/util/XMLChar.java,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]