From 3a3575562d720953744ad04008eb7eeeb605f4fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Mat=C3=A8rne?= Date: Thu, 11 Jun 2015 08:34:32 +0200 Subject: [PATCH] Bug 53017: fix 1st sentence of antlib manual --- manual/Types/antlib.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/manual/Types/antlib.html b/manual/Types/antlib.html index 3b1f40817..925320ae7 100644 --- a/manual/Types/antlib.html +++ b/manual/Types/antlib.html @@ -19,7 +19,7 @@ -AntLib + AntLib @@ -30,8 +30,7 @@

An antlib file is an xml file with a root element of "antlib". Antlib's elements are Apache Ant definition tasks - like - - and Taskdef, + Taskdef or any Ant task that extends org.apache.tools.ant.taskdefs.AntlibDefinition.