sbailliez 2005/08/05 07:53:43 Modified: docs/manual/CoreTasks sql.html Log: Fixed typo Revision Changes Path 1.25 +3 -3 ant/docs/manual/CoreTasks/sql.html Index: sql.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/sql.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sql.html 29 Apr 2005 18:58:13 -0000 1.24 +++ sql.html 5 Aug 2005 14:53:43 -0000 1.25 @@ -130,14 +130,14 @@ <td width="12%" valign="top">delimitertype</td> <td width="78%" valign="top">Control whether the delimiter will only be recognized on a line by itself.<br> Can be "normal" -anywhere on the line, or "row", meaning it must be on a line by itself</td> - <td width="10%" valign="top">No (defaul:normal)</td> + <td width="10%" valign="top">No (default:normal)</td> </tr> <tr> <td width="12%" valign="top">keepformat</td> <td width="78%" valign="top">Control whether the format of the sql will be preserved.<br> Usefull when loading packages and procedures. - <td width="10%" valign="top">No (defaul=false)</td> + <td width="10%" valign="top">No (default=false)</td> </tr> <tr> @@ -147,7 +147,7 @@ See <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Statement.html#setEscapeProcessing(boolean)">Statement's API docs</a> for details. <em>since Ant 1.6</em>. - <td width="10%" valign="top">No (defaul=true)</td> + <td width="10%" valign="top">No (default=true)</td> </tr> </table>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]