From 3dee9e726692c19c33a0a69775bc3e5f68728399 Mon Sep 17 00:00:00 2001
From: Steve Loughran
Date: Fri, 29 Mar 2002 07:12:34 +0000
Subject: [PATCH] documenting classpathref
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272089 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/sql.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/manual/CoreTasks/sql.html b/docs/manual/CoreTasks/sql.html
index f79c030e2..93d448fc0 100644
--- a/docs/manual/CoreTasks/sql.html
+++ b/docs/manual/CoreTasks/sql.html
@@ -93,6 +93,11 @@ and abort execution and transaction and fail task.
Classpath used to load driver |
No (use system classpath) |
+
+ classpathref |
+ The classpath to use, given as a reference to a path defined elsewhere. |
+ No (use system classpath) |
+
onerror |
Action to perform when statement fails: continue, stop, abort |