From 799229ef90784afc5d642dbd1a7b39ace0b8f39b Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 22 Dec 2006 23:13:35 +0000 Subject: [PATCH] Bugzilla: 41226 Target from imported file listsed twice git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@489799 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index fd28942b4..8b025532e 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -12,6 +12,10 @@ Fixed bugs: * jsch-0.1.30 causes SCP task to hang Bugzilla report 41090. +* Target from imported file listed twice in projecthelp. + Bugzilla report 41226. + + Other changes: --------------