grchiu 2003/07/23 09:17:52
Modified: test qetest.xml
Log:
Part of a fix for the GUMP build problem -- Ant v1.6 is much less lenient
about having "//" in a path for the javac task's "includes" attribute.
Revision Changes Path
1.2 +1 -1 xml-xalan/test/qetest.xml
Index: qetest.xml
===================================================================
RCS file: /home/cvs/xml-xalan/test/qetest.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qetest.xml 10 Aug 2001 20:31:51 -0000 1.1
+++ qetest.xml 23 Jul 2003 16:17:52 -0000 1.2
@@ -43,7 +43,7 @@
-->
<javac srcdir="${test.src.dir}"
destdir="${test.build.dir}"
- includes="${test.root}/xsl/XSLTestAntTask.java"
+ includes="${test.root}xsl/XSLTestAntTask.java"
debug="${debug}" />
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]