From 6e797b3a5d508b3f06cb40add6916f4b5ab09823 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 5 Sep 2002 14:12:22 +0000 Subject: [PATCH] Fix typo. Submitted by: Larry Shatzer git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273298 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html b/proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html index ca4c31836..34003f7a2 100644 --- a/proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html +++ b/proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html @@ -131,7 +131,7 @@ A reference to an existing classpath.
  <antlib library="optional.jar"/>

loads the definitions from the library optional.jar located at ${ant.home}/lib.

-
  <antlib file="${build}/lib/mylib.jar">
+
  <antlib file="${build}/lib/mylib.jar">
     <alias name="echo" as="myecho"/>
   </antlib>