Browse Source

<fail> used to be called <exit> for a few days. PR 48809

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@915868 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
fd52d72c61
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/properties.html

+ 1
- 1
docs/manual/properties.html View File

@@ -327,7 +327,7 @@ public void setAttr(Resource r) { ... }
<h2><a name="if+unless">If/Unless Attributes</a></h2> <h2><a name="if+unless">If/Unless Attributes</a></h2>
<p> <p>
The <code>&lt;target></code> element and various tasks (such as The <code>&lt;target></code> element and various tasks (such as
<code>&lt;exit></code>) and task elements (such as <code>&lt;test></code>
<code>&lt;fail></code>) and task elements (such as <code>&lt;test></code>
in <code>&lt;junit></code>) support <code>if</code> and <code>unless</code> in <code>&lt;junit></code>) support <code>if</code> and <code>unless</code>
attributes which can be used to control whether the item is run or otherwise attributes which can be used to control whether the item is run or otherwise
takes effect. takes effect.


Loading…
Cancel
Save