Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C084E9D77 for ; Thu, 29 Sep 2011 18:13:28 +0000 (UTC) Received: (qmail 81138 invoked by uid 500); 29 Sep 2011 18:13:28 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 81047 invoked by uid 500); 29 Sep 2011 18:13:27 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 81034 invoked by uid 99); 29 Sep 2011 18:13:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 18:13:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 18:13:26 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C2F9E23888CD for ; Thu, 29 Sep 2011 18:13:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1177384 - /commons/proper/collections/trunk/build.xml Date: Thu, 29 Sep 2011 18:13:06 -0000 To: commits@commons.apache.org From: dbrosius@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20110929181306.C2F9E23888CD@eris.apache.org> Author: dbrosius Date: Thu Sep 29 18:13:06 2011 New Revision: 1177384 URL: http://svn.apache.org/viewvc?rev=1177384&view=rev Log: add ignoreantruntime flag to quell build warnings Modified: commons/proper/collections/trunk/build.xml Modified: commons/proper/collections/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/build.xml?rev=1177384&r1=1177383&r2=1177384&view=diff ============================================================================== --- commons/proper/collections/trunk/build.xml (original) +++ commons/proper/collections/trunk/build.xml Thu Sep 29 18:13:06 2011 @@ -151,7 +151,8 @@ limitations under the License. destdir="${build.classes}" debug="${compile.debug}" deprecation="${compile.deprecation}" - optimize="${compile.optimize}"> + optimize="${compile.optimize}" + includeantruntime="false"> @@ -294,7 +295,8 @@ limitations under the License. destdir="${build.tests}" debug="true" deprecation="false" - optimize="false"> + optimize="false" + includeantruntime="false"> @@ -476,7 +478,8 @@ limitations under the License. destdir="${tf.build.tf}" debug="true" deprecation="false" - optimize="false"> + optimize="false" + includeantruntime="false">