bodewig 00/10/16 00:23:54
Modified: . WHATSNEW
Log:
Documented some more changes in WHATSNEW.
Revision Changes Path
1.33 +8 -2 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- WHATSNEW 2000/09/27 15:58:19 1.32
+++ WHATSNEW 2000/10/16 07:23:52 1.33
@@ -44,13 +44,19 @@
Custom tasks that rely on Project.createTask("exec") to return an
instance of this class are going to fail.
+* nested <include> and <exclude> 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.
* <java> uses ClassLoader of its own in no-fork mode if a classpath is
specified.