scolebourne    2003/10/10 14:13:36

  Modified:    collections build.xml
  Log:
  Change ant to not report deprecated methods in test classes
  
  Revision  Changes    Path
  1.47      +2 -2      jakarta-commons/collections/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.xml 9 Oct 2003 21:00:05 -0000       1.46
  +++ build.xml 10 Oct 2003 21:13:36 -0000      1.47
  @@ -281,7 +281,7 @@
                srcdir="${source.src.test}"
                classpath="${classpath}"
                debug="${javac.debug}"
  -             deprecation="${javac.deprecation}"
  +             deprecation="false"
                optimize="${javac.optimize}"/>
      </target>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to