Browse Source

remove <libraries> references.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@423089 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
edb41817ae
2 changed files with 1 additions and 5 deletions
  1. +1
    -4
      WHATSNEW
  2. +0
    -1
      src/main/org/apache/tools/ant/taskdefs/defaults.properties

+ 1
- 4
WHATSNEW View File

@@ -293,8 +293,6 @@ Other changes:
* 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 @@ Other changes:
* 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 @@ Fixed bugs:

* The packagelistloc attribute of <javadoc>'s <link> child will be
resolved as a file (i.e. it is either absolute or relative to
basedir).
basedir).

+ 0
- 1
src/main/org/apache/tools/ant/taskdefs/defaults.properties View File

@@ -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


Loading…
Cancel
Save