From ddeab9a4d1af376c1371cbc2c511830235da2b8c Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 4 May 2005 15:04:36 +0000 Subject: [PATCH] AntXMLContext.setCurrentTargets() is now public. PR: 34680 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278226 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 6ee6235cc..084824a49 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -207,6 +207,8 @@ Fixed bugs: Other changes: -------------- +* AntXMLContext.setCurrentTargets() is now public. Bugzilla report 34680. + Changes from Ant 1.6.2 to Ant 1.6.3 ===================================