Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 48771 invoked from network); 18 Jul 2006 14:15:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jul 2006 14:15:57 -0000 Received: (qmail 58208 invoked by uid 500); 18 Jul 2006 14:15:55 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 58162 invoked by uid 500); 18 Jul 2006 14:15:55 -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 58151 invoked by uid 500); 18 Jul 2006 14:15:55 -0000 Received: (qmail 58148 invoked by uid 99); 18 Jul 2006 14:15:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jul 2006 07:15:55 -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, 18 Jul 2006 07:15:54 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id CEF2C1A981A; Tue, 18 Jul 2006 07:15:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r423089 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/defaults.properties Date: Tue, 18 Jul 2006 14:15:34 -0000 To: ant-cvs@apache.org From: mbenson@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060718141534.CEF2C1A981A@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: mbenson Date: Tue Jul 18 07:15:33 2006 New Revision: 423089 URL: http://svn.apache.org/viewvc?rev=423089&view=rev Log: remove references. Modified: ant/core/trunk/WHATSNEW ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properties Modified: ant/core/trunk/WHATSNEW URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=423089&r1=423088&r2=423089&view=diff ============================================================================== --- ant/core/trunk/WHATSNEW (original) +++ ant/core/trunk/WHATSNEW Tue Jul 18 07:15:33 2006 @@ -293,8 +293,6 @@ * Added a new "failall" value for the onerror attribute of . Bugzilla report 31685. -* New task can retrieve library files from a maven repository. - * unzip/unwar/unjar/untar now supports a nested mapper, which lets you unzip in useful ways. @@ -1841,7 +1839,6 @@ * Ant libraries that can make use of namespaces to avoid name clashes of custom tasks - * and now support , which let you enable and disable Java1.4 assertions on a package or class basis. These only work when fork=true, currently. @@ -3427,4 +3424,4 @@ * The packagelistloc attribute of 's child will be resolved as a file (i.e. it is either absolute or relative to - basedir). \ No newline at end of file + basedir). Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properties URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properties?rev=423089&r1=423088&r2=423089&view=diff ============================================================================== --- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properties (original) +++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properties Tue Jul 18 07:15:33 2006 @@ -41,7 +41,6 @@ javac=org.apache.tools.ant.taskdefs.Javac javadoc=org.apache.tools.ant.taskdefs.Javadoc length=org.apache.tools.ant.taskdefs.Length -libraries=org.apache.tools.ant.taskdefs.repository.Libraries loadfile=org.apache.tools.ant.taskdefs.LoadFile loadproperties=org.apache.tools.ant.taskdefs.LoadProperties loadresource=org.apache.tools.ant.taskdefs.LoadResource --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org