Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 19617 invoked from network); 6 Feb 2009 05:56:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2009 05:56:12 -0000 Received: (qmail 76491 invoked by uid 500); 6 Feb 2009 05:56:10 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 76423 invoked by uid 500); 6 Feb 2009 05:56:10 -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 76414 invoked by uid 99); 6 Feb 2009 05:56:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 21:56:10 -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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 05:56:08 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3CEDD2388892; Fri, 6 Feb 2009 05:55:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r741421 - in /commons/proper/cli/branches/cli-1.x: build.properties build.xml Date: Fri, 06 Feb 2009 05:55:48 -0000 To: commits@commons.apache.org From: bayard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090206055548.3CEDD2388892@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bayard Date: Fri Feb 6 05:55:47 2009 New Revision: 741421 URL: http://svn.apache.org/viewvc?rev=741421&view=rev Log: Removing the Ant build. Given that it's generated from Maven1, and we no longer have that, I don't see any reason to spend time trying to keep it synced with the Maven2 pom.xml. Removed: commons/proper/cli/branches/cli-1.x/build.properties commons/proper/cli/branches/cli-1.x/build.xml