bayard 2003/01/07 11:56:40
Modified: lang build.xml
Log:
Moved the enum package to the end so that the others can be tested.
Revision Changes Path
1.9 +3 -3 jakarta-commons/lang/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/lang/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml 23 Dec 2002 00:33:50 -0000 1.8
+++ build.xml 7 Jan 2003 19:56:40 -0000 1.9
@@ -157,13 +157,13 @@
compile.tests,
test.lang,
test.builder,
- test.enum,
test.exception,
test.functor,
test.math,
test.reflect,
test.time,
- test.util"
+ test.util,
+ test.enum"
description="Run all unit test cases">
<echo message="Running tests ..."/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>