Browse Source

remove sequential reference from antlib manual

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275252 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
47fcb87c23
1 changed files with 4 additions and 8 deletions
  1. +4
    -8
      docs/manual/CoreTypes/antlib.html

+ 4
- 8
docs/manual/CoreTypes/antlib.html View File

@@ -17,10 +17,11 @@
<h3>Description</h3>
<p>
An antlib file is an xml file with a root element of "antlib".
Antlib is actually a <a href="sequential.html">Sequential</a> task with
special treatment for tasks that are ant definition tasks - like
Antlib's elements are ant definition tasks - like
<a href="../CoreTasks/typedef.html">Typedef</a>
and <a href="../CoreTasks/taskdef.html">Taskdef</a>.
and <a href="../CoreTasks/taskdef.html">Taskdef</a>,
or any ant task that implements
<code>org.apache.tools.ant.taskdefs.AntlibInterface</code>.
</p>
<p>
A group of tasks and types may be defined together in an antlib
@@ -149,11 +150,6 @@
</pre>
</blockquote>
<h3>Other examples and comments</h3>
<p>
Althought the primary use of antlibs are ant definitions, one
may use any task or type in an antlib. This should
be treated with caution.
</p>
<p>
Antlibs may make use of other antlibs.
</p>


Loading…
Cancel
Save