Commiting build with the test for reflection removed.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2003-08-16 02:43:29 +00:00
parent abbf6c11a9
commit 3afcf2d381
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<project name="Lang" default="compile" basedir="."> <project name="Lang" default="compile" basedir=".">
<!-- <!--
"Lang" component of the Jakarta Commons Subproject "Lang" component of the Jakarta Commons Subproject
$Id: build.xml,v 1.17 2003/07/30 01:32:09 bayard Exp $ $Id: build.xml,v 1.18 2003/08/16 02:43:29 bayard Exp $
--> -->
<!-- ========== Initialize Properties ===================================== --> <!-- ========== Initialize Properties ===================================== -->
<property file="${user.home}/${component.name}.build.properties"/> <property file="${user.home}/${component.name}.build.properties"/>
@ -111,7 +111,6 @@
test.enum, test.enum,
test.exception, test.exception,
test.math, test.math,
test.reflect,
test.time, test.time,
test.util" description="Run all unit test cases"> test.util" description="Run all unit test cases">
<echo message="Running tests ..."/> <echo message="Running tests ..."/>