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:
parent
6f17f419e0
commit
aef2306967
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!--
|
||||
"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}"
|
||||
destdir="${build.home}/tests"
|
||||
debug="${compile.debug}"
|
||||
deprecation="${compile.deprecation}"
|
||||
deprecation="off"
|
||||
optimize="${compile.optimize}">
|
||||
<classpath refid="test.classpath"/>
|
||||
</javac>
|
||||
|
|
Loading…
Reference in New Issue