peterreilly 2003/09/22 02:00:17
Modified: docs/manual/CoreTypes antlib.html
Log:
change AntlibInterface to AntlibDefintion
Revision Changes Path
1.3 +2 -2 ant/docs/manual/CoreTypes/antlib.html
Index: antlib.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTypes/antlib.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- antlib.html 17 Sep 2003 15:47:55 -0000 1.2
+++ antlib.html 22 Sep 2003 09:00:17 -0000 1.3
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]