Moved the enum package to the end so that the others can be tested.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a99f7965b3
commit
6325219185
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!--
|
||||
"Lang" component of the Jakarta Commons Subproject
|
||||
$Id: build.xml,v 1.8 2002/12/23 00:33:50 scolebourne Exp $
|
||||
$Id: build.xml,v 1.9 2003/01/07 19:56:40 bayard Exp $
|
||||
-->
|
||||
|
||||
|
||||
|
@ -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 ..."/>
|
||||
|
|
Loading…
Reference in New Issue