Browse Source

add link to custom condition

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275086 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 22 years ago
parent
commit
2a17990a71
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      docs/manual/CoreTasks/conditions.html

+ 10
- 0
docs/manual/CoreTasks/conditions.html View File

@@ -8,6 +8,16 @@
<body>

<h2><a name="Conditions">Conditions</a></h2>
<p>Conditions are nested elements of the
<a href="condition.html"><code>&lt;condition&gt;</code></a> and
<a href="waitfor.html"><code>&lt;waitfor&gt;</code></a> tasks.
There are core conditions and custom conditions. Custom
conditions are described in
<a href="../CoreTypes/custom-programming.html#customconditions">
Custom Conditions</a>.
Core Conditions are described below.
</p>
<h3><a name="coreconditions">Core Conditions</a></h3>

<p>These are the nested elements that can be used as conditions in the
<a href="condition.html"><code>&lt;condition&gt;</code></a> and


Loading…
Cancel
Save