Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 73470 invoked from network); 12 Oct 2010 15:53:11 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Oct 2010 15:53:11 -0000 Received: (qmail 97175 invoked by uid 500); 12 Oct 2010 15:53:11 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 97108 invoked by uid 500); 12 Oct 2010 15:53: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 97101 invoked by uid 99); 12 Oct 2010 15:53:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 15:53:10 +0000 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; Tue, 12 Oct 2010 15:53:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6B2FC2388A1C; Tue, 12 Oct 2010 15:52:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1021808 - /commons/proper/pool/trunk/build.xml Date: Tue, 12 Oct 2010 15:52:49 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101012155249.6B2FC2388A1C@eris.apache.org> Author: ggregory Date: Tue Oct 12 15:52:49 2010 New Revision: 1021808 URL: http://svn.apache.org/viewvc?rev=1021808&view=rev Log: Ant build fix for not forcing Ant to have JUnit on its classpath. Modified: commons/proper/pool/trunk/build.xml Modified: commons/proper/pool/trunk/build.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=1021808&r1=1021807&r2=1021808&view=diff ============================================================================== --- commons/proper/pool/trunk/build.xml (original) +++ commons/proper/pool/trunk/build.xml Tue Oct 12 15:52:49 2010 @@ -71,6 +71,15 @@ + + + + + + + + + @@ -129,23 +138,14 @@ optimize="${javac.optimize}" target="${javac.target.version}" source="${javac.src.version}"> - - - - - - + - - - - - + @@ -177,7 +177,6 @@ -