From e04a05bbe2839e64505c0915ad1697f1551e60df Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 16 Oct 2000 07:23:52 +0000 Subject: [PATCH] Documented some more changes in WHATSNEW. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268086 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index a54f66634..a4bc01cb5 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -44,13 +44,19 @@ behavior has been dropped. Custom tasks that rely on Project.createTask("exec") to return an instance of this class are going to fail. +* nested and elements expect the value of their +name attribute to be a single pattern, they don't accept multiple +patterns anymore. Split them into multiple elements of the same type. + Other changes: -------------- * New tasks: antstructure, cab, execon, fail, ftp, genkey, jlink, -junit, sql, javacc, jjtree, starteam, war, unwar, uptodate, native2ascii. +junit, sql, javacc, jjtree, starteam, war, unwar, uptodate, +native2ascii, copy, move, mparse. -* New tasks mparse pending documentation. +* copydir, copyfile, deltree and rename are now deprecated. They +should be replaced with the new copy, delete and move tasks. * uses ClassLoader of its own in no-fork mode if a classpath is specified.