Browse Source

documentation

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278522 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
d1226c0a62
1 changed files with 16 additions and 1 deletions
  1. +16
    -1
      docs/manual/CoreTypes/antlib.html

+ 16
- 1
docs/manual/CoreTypes/antlib.html View File

@@ -12,11 +12,26 @@
<p>
An antlib file is an xml file with a root element of "antlib".
Antlib's elements are ant definition tasks - like
<a href="../CoreTasks/typedef.html">Typedef</a>
and <a href="../CoreTasks/taskdef.html">Taskdef</a>,
or any ant task that extends
<code>org.apache.tools.ant.taskdefs.AntlibDefinition</code>.
</p>
<p>
The current set of declarations bundled with Ant that do this are:
</p>
<ol>
<li><a href="../CoreTasks/typedef.html">Typedef</a>
</li>
<li><a href="../CoreTasks/taskdef.html">Taskdef</a>
</li>
<li><a href="../CoreTasks/macrodef.html">Macrodef</a>
</li>
<li><a href="../CoreTasks/presetdef.html">Presetdef</a>
</li>
<li><a href="../OptionalTasks/scriptdef.html">Scriptdef</a>
</li>
</ol>
<p>
A group of tasks and types may be defined together in an antlib
file. For example the file <i>sample.xml</i> contains the following:


Loading…
Cancel
Save