From 0ef8ca2b3f5a3682a2f28959bd195ea1ca147dc3 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 18 May 2004 09:03:33 +0000 Subject: [PATCH] resolve changes in WHATSNEW with 1.6 version git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276469 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 7f8b75a4d..2f7fd76fb 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -10,8 +10,6 @@ Fixed bugs: * Translate task does not remove tokens when a key is not found. It logs a verbose message. Bugzilla Report 13936. -* failed to load classes correctly. - Other changes: -------------- @@ -37,7 +35,7 @@ Other changes: * accepts nested conditions. Changes from Ant 1.6.1 to current Ant 1.6 CVS version -============================================= +===================================================== Changes that could break older environments: -------------------------------------------- @@ -128,10 +126,6 @@ Fixed bugs: * JDependTask did not close an output file. Bugzilla Report 28557. -* can now optionally create an index for jars different than the - one it currently builds as well. See the new element - for details. Bugzilla Report 14255. - * Using could break XmlLogger. Bugzilla Report 28993. Other changes: @@ -177,6 +171,10 @@ Other changes: run all tests in a single forked JVM reducing the overhead of VM creation a lot. Bugzilla Report 24697. +* can now optionally create an index for jars different than the + one it currently builds as well. See the new element + for details. Bugzilla Report 14255. + * Permit building under JDK 1.5. Bugzilla Report 28996. * minor Javadoc changes. Bugzilla Report 28998. @@ -210,6 +208,8 @@ Fixed bugs: * Fix jboss element of ejb task (introduced in ant 1.6.0). +* failed to load classes correctly. + * Ant could fail to start with a NullPointerException if ANT_HOME/lib/ant-launcher.jar was part of the system CLASSPATH.