From 0c06dd0c405a9c6e308a71d21fc31694cdb3281d Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 3 Sep 2003 13:54:16 +0000 Subject: [PATCH] Describe incompatable change introduced with enablemultiplemapping mode for copy and move. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275177 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 4ce279b56..9ece8c1ce 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -58,6 +58,10 @@ Changes that could break older environments: required in order to exclude remote symbolic links (when doing a get, chmod, delete, rmdir). +* The values of the Copy#fileCopyMap variable has changed from String to + String[]. (In java 1.5 terms it was Hashtable and + is now Hashtable). This will affect third party code + that extend Copy and override Copy#doFileOperations. Fixed bugs: -----------