From 0012fd272339fc0306a14bfe8b06bd632b8c501b Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Sat, 23 Feb 2002 20:42:39 +0000 Subject: [PATCH] Added 'prefix' option to . Designed to only work when loading a property file or resource. Sorry for the multiple commits - got a lock error when trying all files at once git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271520 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index a7a1d3124..a84976e69 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -179,6 +179,9 @@ Other changes: * 's now has a 'unit' attribute to specify the increment/decrement unit on date operations. + +* now supports a 'prefix' attribute when loading from a file + or resource. Changes from Ant 1.4 to Ant 1.4.1 ===========================================