Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 68034 invoked from network); 8 Aug 2006 15:13:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 15:13:05 -0000 Received: (qmail 80161 invoked by uid 500); 8 Aug 2006 15:13:03 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 80115 invoked by uid 500); 8 Aug 2006 15:13:03 -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 80104 invoked by uid 500); 8 Aug 2006 15:13:03 -0000 Received: (qmail 80101 invoked by uid 99); 8 Aug 2006 15:13:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 08:13:03 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 08:13:02 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 8C5A61A981A; Tue, 8 Aug 2006 08:12:42 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r429680 - /ant/antlibs/common/trunk/build.xml Date: Tue, 08 Aug 2006 15:12:42 -0000 To: ant-cvs@apache.org From: stevel@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060808151242.8C5A61A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: stevel Date: Tue Aug 8 08:12:41 2006 New Revision: 429680 URL: http://svn.apache.org/viewvc?rev=429680&view=rev Log: working w/ httpunit, now to test on some others. Modified: ant/antlibs/common/trunk/build.xml Modified: ant/antlibs/common/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/antlibs/common/trunk/build.xml?rev=429680&r1=429679&r2=429680&view=diff ============================================================================== --- ant/antlibs/common/trunk/build.xml (original) +++ ant/antlibs/common/trunk/build.xml Tue Aug 8 08:12:41 2006 @@ -26,7 +26,7 @@ - + @@ -124,6 +124,7 @@ filtertrace="false" fork="true" forkmode="once" + includeantruntime="true" > @@ -159,7 +160,7 @@ + location="${build.lib}/${artifact.stub}.pom"/> @@ -192,7 +193,7 @@ ${m2.groupID} ${artifact.name} jar - ${artifact-version} + ${artifact.version} --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org