From edb41817ae0e3b01dbaa91fd40aacd7be78e7e22 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Tue, 18 Jul 2006 14:15:33 +0000 Subject: [PATCH] remove references. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@423089 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 5 +---- src/main/org/apache/tools/ant/taskdefs/defaults.properties | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index d51b6b27c..fb2ee1fcb 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -293,8 +293,6 @@ Other changes: * 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 @@ Other changes: * 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 @@ Fixed bugs: * 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). diff --git a/src/main/org/apache/tools/ant/taskdefs/defaults.properties b/src/main/org/apache/tools/ant/taskdefs/defaults.properties index 55c631388..392099b08 100644 --- a/src/main/org/apache/tools/ant/taskdefs/defaults.properties +++ b/src/main/org/apache/tools/ant/taskdefs/defaults.properties @@ -41,7 +41,6 @@ java=org.apache.tools.ant.taskdefs.Java 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