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:
Stephen Colebourne 2003-10-10 21:13:36 +00:00
parent 99005c4da0
commit dac6d48cb0
1 changed files with 2 additions and 2 deletions

View File

@ -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="."> <project name="commons-collections" default="test" basedir=".">
<!-- patternset describing files to be copied from the doc directory --> <!-- patternset describing files to be copied from the doc directory -->
@ -281,7 +281,7 @@
srcdir="${source.src.test}" srcdir="${source.src.test}"
classpath="${classpath}" classpath="${classpath}"
debug="${javac.debug}" debug="${javac.debug}"
deprecation="${javac.deprecation}" deprecation="false"
optimize="${javac.optimize}"/> optimize="${javac.optimize}"/>
</target> </target>