Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 10900 invoked from network); 10 Oct 2003 21:13:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Oct 2003 21:13:41 -0000 Received: (qmail 30636 invoked by uid 500); 10 Oct 2003 21:13:25 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 30531 invoked by uid 500); 10 Oct 2003 21:13:25 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 30518 invoked by uid 500); 10 Oct 2003 21:13:24 -0000 Received: (qmail 30509 invoked from network); 10 Oct 2003 21:13:24 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 10 Oct 2003 21:13:24 -0000 Received: (qmail 10860 invoked by uid 1529); 10 Oct 2003 21:13:36 -0000 Date: 10 Oct 2003 21:13:36 -0000 Message-ID: <20031010211336.10859.qmail@minotaur.apache.org> From: scolebourne@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/collections build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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}"/> --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org