From 376c6e414b6af29db7248328c6bc43f9657635e5 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 26 Jan 2005 19:28:33 +0000 Subject: [PATCH] Merged DependScanner losing its private basedir member. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277486 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index f3fccf729..7e9f59d55 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -27,9 +27,6 @@ Fixed bugs: * Translate task does not remove tokens when a key is not found. It logs a verbose message. Bugzilla Report 13936. -* DependScanner.getResource() always returned nonexistent resources, - even when the resource actually existed. Bugzilla Report 30558. - * was broken with classfilesets. Bugzilla Report 30567. * The first file open that took place when using input files with the @@ -272,6 +269,9 @@ Fixed bugs: variable when logged into workstations using Novell authentication. Bugzilla Report 30366. +* DependScanner.getResource() always returned nonexistent resources, + even when the resource actually existed. Bugzilla Report 30558. + Changes from Ant 1.6.1 to Ant 1.6.2 ===================================