From 1c11031843534439a4426b94e87bcc3c6942e158 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig <bodewig@apache.org> Date: Fri, 9 Mar 2001 09:32:28 +0000 Subject: [PATCH] update list of fixed bugs in <antstructure> git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268787 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 9eb64cfe6..28522a241 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -9,17 +9,18 @@ Changes that could break older environments: Fixed bugs: ----------- -* Testcases have been made independant of current working directory. +* Testcases have been made independent of current working directory. * Input ZIP-Files will be closed when using a <zipfileset>. -* p4 tasks now don't fail if user, port or client have been ommitted +* p4 tasks now don't fail if user, port or client have been omitted (and this is acceptable for the context of the command). * <javah>'s outputfile attribute will be resolved as relative to the projects basedir. -* <antstructure> should create a valid DTD for propertyfile.operation.entry +* <antstructure> should create a valid DTD for propertyfile.operation.entry + and omit tasks it fails to load. Changes from Ant 1.2 to Ant 1.3 ===========================================