From 47fcb87c2338314d9831d559668fe0f5f5ffa7ff Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 17 Sep 2003 15:47:55 +0000 Subject: [PATCH] remove sequential reference from antlib manual git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275252 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/antlib.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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 @@

Description

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 @@

Other examples and comments

-

- 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.