Compile the test cases without deprecation warnings, since we are

testing deprecated methods in the exception sub-package.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136960 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Rall 2002-08-13 17:56:45 +00:00
parent 6f17f419e0
commit aef2306967
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<!-- <!--
"Lang" component of the Jakarta Commons Subproject "Lang" component of the Jakarta Commons Subproject
$Id: build.xml,v 1.2 2002/08/11 23:20:09 scolebourne Exp $ $Id: build.xml,v 1.3 2002/08/13 17:56:45 dlr Exp $
--> -->
@ -77,7 +77,7 @@
<javac srcdir="${test.home}" <javac srcdir="${test.home}"
destdir="${build.home}/tests" destdir="${build.home}/tests"
debug="${compile.debug}" debug="${compile.debug}"
deprecation="${compile.deprecation}" deprecation="off"
optimize="${compile.optimize}"> optimize="${compile.optimize}">
<classpath refid="test.classpath"/> <classpath refid="test.classpath"/>
</javac> </javac>