Author: hibou
Date: Tue Nov 9 11:36:20 2010
New Revision: 1032932
URL: http://svn.apache.org/viewvc?rev=1032932&view=rev
Log:
update WHATSNEW for the print of the dependencies of the target in the project
help in debug
Modified:
ant/core/trunk/WHATSNEW
Modified: ant/core/trunk/WHATSNEW
URL:
http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=1032932&r1=1032931&r2=1032932&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Tue Nov 9 11:36:20 2010
@@ -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:
--------------