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 <libraries> 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 <typedef>.
   Bugzilla report 31685.
 
-* New task <libraries> 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
 
-
 * <java> and <junit> now support <assertions>, 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 <javadoc>'s <link> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to