From 7a3aebb47d1e6358b0048775b38571364b3c7e20 Mon Sep 17 00:00:00 2001
From: Peter Reilly
Date: Mon, 22 Sep 2003 09:00:17 +0000
Subject: [PATCH] change AntlibInterface to AntlibDefintion
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275278 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTypes/antlib.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/CoreTypes/antlib.html b/docs/manual/CoreTypes/antlib.html
index d2522739b..eec9b1b7b 100644
--- a/docs/manual/CoreTypes/antlib.html
+++ b/docs/manual/CoreTypes/antlib.html
@@ -20,8 +20,8 @@
Antlib's elements are ant definition tasks - like
Typedef
and Taskdef,
- or any ant task that implements
- org.apache.tools.ant.taskdefs.AntlibInterface
.
+ or any ant task that extends
+ org.apache.tools.ant.taskdefs.AntlibDefinition
.
A group of tasks and types may be defined together in an antlib