From ee2f63374b21bbaed6952890e693ba6b4e705016 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 11 Sep 2006 19:04:17 +0000 Subject: [PATCH] -can- git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442294 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WHATSNEW b/WHATSNEW index 1e21c4097..2d78d9f22 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -38,7 +38,7 @@ Other changes: Bugzilla report 36772. * added searchparents attribute to . Bugzilla report 39549. -* tasks that don't extend Ant's Task class can will now get the build file +* tasks that don't extend Ant's Task class will now get the build file location reflected into a method of the signature void setLocation(Location) - if such a method exists.