bayard 2003/08/20 19:48:03
Modified: lang build.xml
Log:
Removed test.util from the tests run in a build.
Revision Changes Path
1.20 +3 -3 jakarta-commons/lang/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/lang/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 17 Aug 2003 19:32:55 -0000 1.19
+++ build.xml 21 Aug 2003 02:48:03 -0000 1.20
@@ -125,8 +125,8 @@
test.enum,
test.exception,
test.math,
- test.time,
- test.util" description="Run all unit test cases">
+ test.time"
+ description="Run all unit test cases">
<echo message="Running tests ..."/>
</target>
<target name="test.lang" depends="compile.tests">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]