From ae983386477fb292a55fa50e3716caca66e1fae4 Mon Sep 17 00:00:00 2001 From: Nicolas Lalevee Date: Tue, 9 Nov 2010 11:36:20 +0000 Subject: [PATCH] update WHATSNEW for the print of the dependencies of the target in the project help in debug git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1032932 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 88f656d05..0359d8365 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -195,6 +195,10 @@ Fixed bugs: * ftp chmod could throw a NPE. Bugzilla report 50217. +* The project help (-p option in the command line) will now print + the dependencies of the targets in debug mode (-d on the command + line) + Other changes: --------------