Browse Source

typefound logic.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278269 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
480363a8ca
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      docs/manual/CoreTasks/conditions.html

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

@@ -427,6 +427,15 @@ tasks, datatypes, scriptdefs, macrodefs and presetdefs.</p>
</tr> </tr>
</table> </table>


<p>
Example usages:
</p>
<blockquote>
<pre>
&lt;typefound name="junit"/&gt;
&lt;typefound name="antlib:org.apache.maven.artifact.ant:artifact"/&gt;
</pre></blockquote>

<h4>scriptcondition</h4> <h4>scriptcondition</h4>


<p>Evaluate a condition based on a script in any <p>Evaluate a condition based on a script in any


Loading…
Cancel
Save