Browse Source

change AntlibInterface to AntlibDefintion

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

+ 2
- 2
docs/manual/CoreTypes/antlib.html View File

@@ -20,8 +20,8 @@
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 implements
<code>org.apache.tools.ant.taskdefs.AntlibInterface</code>.
or any ant task that extends
<code>org.apache.tools.ant.taskdefs.AntlibDefinition</code>.
</p>
<p>
A group of tasks and types may be defined together in an antlib


Loading…
Cancel
Save