From d9b8ac29f25e1eef5c245ba1134030b82be2ac98 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Tue, 5 Feb 2002 12:58:22 +0000 Subject: [PATCH] Fix typo in documentatin of SQL task PR: 6245 Submitted by: info@juxti.com (eliot) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271152 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/sql.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/sql.html b/docs/manual/CoreTasks/sql.html index a2d7cbf22..f79c030e2 100644 --- a/docs/manual/CoreTasks/sql.html +++ b/docs/manual/CoreTasks/sql.html @@ -245,7 +245,7 @@ as well as the system classpath for the driver class.

output="outputfile.txt" > <classpath> - <pathelement location="/some/jdbc.jar"> + <pathelement location="/some/jdbc.jar"/> </classpath> </sql>