Browse Source

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
master
Conor MacNeill 23 years ago
parent
commit
d9b8ac29f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/sql.html

+ 1
- 1
docs/manual/CoreTasks/sql.html View File

@@ -245,7 +245,7 @@ as well as the system classpath for the driver class.</p>
output=&quot;outputfile.txt&quot; output=&quot;outputfile.txt&quot;
&gt; &gt;
&lt;classpath&gt; &lt;classpath&gt;
&lt;pathelement location=&quot;/some/jdbc.jar&quot;&gt;
&lt;pathelement location=&quot;/some/jdbc.jar&quot;/&gt;
&lt;/classpath&gt; &lt;/classpath&gt;
&lt;/sql&gt; &lt;/sql&gt;
</pre></blockquote> </pre></blockquote>


Loading…
Cancel
Save