Browse Source

bad XML in example. PR 45668.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@688050 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
8aace6872e
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

@@ -396,7 +396,7 @@ run before <code>data2.sql</code>.</p>
&lt;fileset dir=&quot;.&quot;&gt;
&lt;include name=&quot;data*.sql&quot;/&gt;
&lt;/fileset&gt;
&lt;path&gt;
&lt;/path&gt;
&lt;transaction&gt;
truncate table some_other_table;
&lt;/transaction&gt;


Loading…
Cancel
Save