Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 31607 invoked from network); 1 Apr 2008 12:27:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 12:27:10 -0000 Received: (qmail 80337 invoked by uid 500); 1 Apr 2008 12:27:09 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 80281 invoked by uid 500); 1 Apr 2008 12:27:09 -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 80179 invoked by uid 99); 1 Apr 2008 12:27:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 05:27:09 -0700 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, 01 Apr 2008 12:26:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5E60A1A983A; Tue, 1 Apr 2008 05:26:45 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r643374 - in /ant/core/trunk: fetch.xml lib/libraries.properties Date: Tue, 01 Apr 2008 12:26:39 -0000 To: notifications@ant.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080401122647.5E60A1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Tue Apr 1 05:26:10 2008 New Revision: 643374 URL: http://svn.apache.org/viewvc?rev=643374&view=rev Log: Add Jasper in order to test Modified: ant/core/trunk/fetch.xml ant/core/trunk/lib/libraries.properties Modified: ant/core/trunk/fetch.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/fetch.xml?rev=643374&r1=643373&r2=643374&view=diff ============================================================================== --- ant/core/trunk/fetch.xml (original) +++ ant/core/trunk/fetch.xml Tue Apr 1 05:26:10 2008 @@ -242,8 +242,13 @@ + + + + + + depends="logging,junit,xml,networking,regexp,antlr,bcel,jdepend,bsf,debugging,script,javamail,jspc" /> Modified: ant/core/trunk/lib/libraries.properties URL: http://svn.apache.org/viewvc/ant/core/trunk/lib/libraries.properties?rev=643374&r1=643373&r2=643374&view=diff ============================================================================== --- ant/core/trunk/lib/libraries.properties (original) +++ ant/core/trunk/lib/libraries.properties Tue Apr 1 05:26:10 2008 @@ -37,6 +37,8 @@ commons-net.version=1.4.0 commons-logging.version=1.0.4 commons-logging-api.version=${commons-logging.version} +jasper-compiler.version=4.1.36 +jasper-runtime.version=${jasper-compiler.version} jdepend.version=2.7 jruby.version=0.8.3 junit.version=3.8.2