diff --git a/docs/manual/CoreTypes/antlib.html b/docs/manual/CoreTypes/antlib.html index 5f2e164a1..d2522739b 100644 --- a/docs/manual/CoreTypes/antlib.html +++ b/docs/manual/CoreTypes/antlib.html @@ -17,10 +17,11 @@
An antlib file is an xml file with a root element of "antlib".
- Antlib is actually a Sequential task with
- special treatment for tasks that are ant definition tasks - like
+ Antlib's elements are ant definition tasks - like
Typedef
- and Taskdef.
+ and Taskdef,
+ or any ant task that implements
+ org.apache.tools.ant.taskdefs.AntlibInterface
.
A group of tasks and types may be defined together in an antlib @@ -149,11 +150,6 @@
- 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. -
Antlibs may make use of other antlibs.