geirm 01/03/18 20:55:06
Modified: build build.xml
Log:
oversight
Revision Changes Path
1.4 +2 -2 jakarta-velocity/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 2001/03/19 03:02:59 1.3
+++ build.xml 2001/03/19 04:55:06 1.4
@@ -630,12 +630,12 @@
<target name="test"
depends="compile"
description="--> Run the testcases">
- <ant antfile="build-testcases.xml" target="test-all"/>
+ <ant antfile="testcases.xml" target="test-all"/>
</target>
<target name="test-clean"
description="--> Cleanup after the testcases">
- <ant antfile="build-testcases.xml" target="test-clean"/>
+ <ant antfile="testcases.xml" target="test-clean"/>
</target>
<!-- =================================================================== -->