Change ant to not report deprecated methods in test classes
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131281 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
99005c4da0
commit
dac6d48cb0
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: build.xml,v 1.46 2003/10/09 21:00:05 scolebourne Exp $ -->
|
||||
<!-- $Id: build.xml,v 1.47 2003/10/10 21:13:36 scolebourne Exp $ -->
|
||||
<project name="commons-collections" default="test" basedir=".">
|
||||
|
||||
<!-- patternset describing files to be copied from the doc directory -->
|
||||
|
@ -281,7 +281,7 @@
|
|||
srcdir="${source.src.test}"
|
||||
classpath="${classpath}"
|
||||
debug="${javac.debug}"
|
||||
deprecation="${javac.deprecation}"
|
||||
deprecation="false"
|
||||
optimize="${javac.optimize}"/>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Reference in New Issue