You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2002/02/05 13:58:22 UTC

cvs commit: jakarta-ant/docs/manual/CoreTasks sql.html

conor       02/02/05 04:58:22

  Modified:    docs/manual/CoreTasks sql.html
  Log:
  Fix typo in documentatin of SQL task
  
  PR:	6245
  Submitted by:	info@juxti.com (eliot)
  
  Revision  Changes    Path
  1.11      +1 -1      jakarta-ant/docs/manual/CoreTasks/sql.html
  
  Index: sql.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/sql.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -w -u -r1.10 -r1.11
  --- sql.html	3 Feb 2002 22:00:42 -0000	1.10
  +++ sql.html	5 Feb 2002 12:58:22 -0000	1.11
  @@ -245,7 +245,7 @@
       output="outputfile.txt"
       >
   <classpath>
  -	<pathelement location="/some/jdbc.jar">
  +	<pathelement location="/some/jdbc.jar"/>
   </classpath>
   </sql>
   </pre></blockquote>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>