Author: bodewig
Date: Wed Feb 24 16:57:45 2010
New Revision: 915868
URL: http://svn.apache.org/viewvc?rev=915868&view=rev
Log:
<fail> used to be called <exit> for a few days. PR 48809
Modified:
ant/core/trunk/docs/manual/properties.html
Modified: ant/core/trunk/docs/manual/properties.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/properties.html?rev=915868&r1=915867&r2=915868&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/properties.html (original)
+++ ant/core/trunk/docs/manual/properties.html Wed Feb 24 16:57:45 2010
@@ -327,7 +327,7 @@
<h2><a name="if+unless">If/Unless Attributes</a></h2>
<p>
The <code><target></code> element and various tasks (such as
- <code><exit></code>) and task elements (such as <code><test></code>
+ <code><fail></code>) and task elements (such as <code><test></code>
in <code><junit></code>) support <code>if</code> and
<code>unless</code>
attributes which can be used to control whether the item is run or
otherwise
takes effect.