You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2006/06/20 16:52:46 UTC

svn commit: r415682 - /ant/core/trunk/build.xml

Author: mbenson
Date: Tue Jun 20 07:52:45 2006
New Revision: 415682

URL: http://svn.apache.org/viewvc?rev=415682&view=rev
Log:
add <javadoc verbose> setting

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=415682&r1=415681&r2=415682&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Tue Jun 20 07:52:45 2006
@@ -1442,7 +1442,8 @@
       version="true"
       locale="en"
       windowtitle="${Name} API"
-      doctitle="${Name}">
+      doctitle="${Name}"
+      verbose="${javadoc.verbose}">
 
       <packageset dir="${java.dir}"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org