From fb5e84d32391055352a7d07f5590f59224567d3e Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Thu, 24 Jul 2003 13:19:26 +0000 Subject: [PATCH] multiple mappings for copy and move git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274926 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 1eb443e11..0ee2b5a35 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -509,6 +509,10 @@ Other changes: information to applications that read the archives using java.util.ZipInputStream. Bugzilla Report 19195. +* and can now handle mappers that return multiple + mappings per source path. This behaviour is enabled by using + an enablemultiplemapping attribute. Bugzilla Report 21320. + Changes from Ant 1.5.2 to Ant 1.5.3 ===================================