Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 9293 invoked from network); 19 Feb 2008 01:48:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2008 01:48:38 -0000 Received: (qmail 30112 invoked by uid 500); 19 Feb 2008 01:48:32 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 30086 invoked by uid 500); 19 Feb 2008 01:48:32 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 30077 invoked by uid 99); 19 Feb 2008 01:48:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 17:48:32 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Feb 2008 01:48:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E48C71A9832; Mon, 18 Feb 2008 17:48:16 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r628959 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/testing/BlockFor.java Date: Tue, 19 Feb 2008 01:48:16 -0000 To: notifications@ant.apache.org From: kevj@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080219014816.E48C71A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kevj Date: Mon Feb 18 17:48:11 2008 New Revision: 628959 URL: http://svn.apache.org/viewvc?rev=628959&view=rev Log: -just testing netbeans Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/testing/BlockFor.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/testing/BlockFor.java URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/testing/BlockFor.java?rev=628959&r1=628958&r2=628959&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/testing/BlockFor.java (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/testing/BlockFor.java Mon Feb 18 17:48:11 2008 @@ -20,8 +20,6 @@ import org.apache.tools.ant.taskdefs.WaitFor; /** - * - * Created 29-Oct-2007 12:28:28 * @since Ant 1.8 */ @@ -69,6 +67,5 @@ public void addText(String message) { text = getProject().replaceProperties(message); } - }