You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2007/03/09 06:44:36 UTC

svn commit: r516308 - /ant/core/trunk/docs/manual/CoreTasks/diagnostics.html

Author: jhm
Date: Thu Mar  8 21:44:34 2007
New Revision: 516308

URL: http://svn.apache.org/viewvc?view=rev&rev=516308
Log:
* add 'since' information
* use the right anchor name (does that need BWC?)

Modified:
    ant/core/trunk/docs/manual/CoreTasks/diagnostics.html

Modified: ant/core/trunk/docs/manual/CoreTasks/diagnostics.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/diagnostics.html?view=diff&rev=516308&r1=516307&r2=516308
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/diagnostics.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/diagnostics.html Thu Mar  8 21:44:34 2007
@@ -24,12 +24,14 @@
 
 <body>
 
-<h2><a name="echo">Diagnostics</a></h2>
+<h2><a name="diagnostics">Diagnostics</a></h2>
 <h3>Diagnostics</h3>
 <p>
-
 Runs Ant's <code>-diagnostics</code> code inside Ant itself. This is good for 
 debugging Ant's configuration under an IDE. 
+<b>Since Ant 1.7.0</b>
+</p>
+
 
 <h3>Examples</h3>
 
@@ -38,7 +40,6 @@
         &lt;diagnostics/&gt;
     &lt;/target&gt;
 </pre>
-
 <p>
     Prints out the current diagnostics dump.
 </p>



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