Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 64969 invoked from network); 25 Sep 2006 21:38:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 21:38:03 -0000 Received: (qmail 56029 invoked by uid 500); 25 Sep 2006 21:38:02 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 55987 invoked by uid 500); 25 Sep 2006 21:38:02 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 55976 invoked by uid 500); 25 Sep 2006 21:38:02 -0000 Received: (qmail 55973 invoked by uid 99); 25 Sep 2006 21:38:02 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Sep 2006 14:38:02 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=peterreilly@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 140.211.166.113 cause and error) Received: from [140.211.166.113] ([140.211.166.113:60829] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id A6/52-13750-73C48154 for ; Mon, 25 Sep 2006 14:38:00 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 934321A981A; Mon, 25 Sep 2006 14:37:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r449824 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW contributors.xml src/main/org/apache/tools/ant/types/conditions/antlib.xml Date: Mon, 25 Sep 2006 21:37:20 -0000 To: ant-cvs@apache.org From: peterreilly@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060925213720.934321A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: peterreilly Date: Mon Sep 25 14:37:19 2006 New Revision: 449824 URL: http://svn.apache.org/viewvc?view=rev&rev=449824 Log: Bugzilla 28883 add condition. Modified: ant/core/trunk/CONTRIBUTORS ant/core/trunk/WHATSNEW ant/core/trunk/contributors.xml ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml Modified: ant/core/trunk/CONTRIBUTORS URL: http://svn.apache.org/viewvc/ant/core/trunk/CONTRIBUTORS?view=diff&rev=449824&r1=449823&r2=449824 ============================================================================== Binary files - no diff available. Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?view=diff&rev=449824&r1=449823&r2=449824 ============================================================================== --- ant/core/trunk/WHATSNEW (original) +++ ant/core/trunk/WHATSNEW Mon Sep 25 14:37:19 2006 @@ -32,6 +32,8 @@ * Some performance improvements, including Bugzilla report 25778. +* Add condition. Bugzilla report 28883. + Changes from Ant 1.7.0Beta1 to Ant 1.7.0Beta2 ============================================= Modified: ant/core/trunk/contributors.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/contributors.xml?view=diff&rev=449824&r1=449823&r2=449824 ============================================================================== --- ant/core/trunk/contributors.xml (original) +++ ant/core/trunk/contributors.xml Mon Sep 25 14:37:19 2006 @@ -751,6 +751,10 @@ Galbraith + Paul + King + + Paulo Gaspar Modified: ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml?view=diff&rev=449824&r1=449823&r2=449824 ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/types/conditions/antlib.xml Mon Sep 25 14:37:19 2006 @@ -64,6 +64,8 @@ classname="org.apache.tools.ant.taskdefs.condition.IsTrue"/> +