curcuru 01/12/06 06:57:46
Modified: test build.xml
Log:
Add xslwrapper compile of new XalanProcessWrapper
Revision Changes Path
1.25 +1 -1 xml-xalan/test/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/test/build.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- build.xml 2001/11/09 19:47:08 1.24
+++ build.xml 2001/12/06 14:57:46 1.25
@@ -633,7 +633,7 @@
<!-- Should only be dependent on JAXP, not Xalan specifically -->
<javac srcdir="${test.src.dir}"
destdir="${test.build.dir}"
-
includes="${test.root}xslwrapper/Trax*Wrapper.java,${test.root}xslwrapper/TraxWrapperUtils.java"
+
includes="${test.root}xslwrapper/Trax*Wrapper.java,${test.root}xslwrapper/TraxWrapperUtils.java,${test.root}xslwrapper/XalanProcessWrapper.java"
debug="${debug}"
classpathref="compiletest.class.path" />
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]