From 63252191854d127fa442fabe9cd2f0a8eb0dcd58 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Tue, 7 Jan 2003 19:56:40 +0000 Subject: [PATCH] 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 --- build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 836e77e66..0b97849d4 100644 --- a/build.xml +++ b/build.xml @@ -3,7 +3,7 @@ @@ -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">