You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by eh...@apache.org on 2001/12/28 01:16:15 UTC

cvs commit: jakarta-ant/docs/manual listeners.html

ehatcher    01/12/27 16:16:15

  Modified:    docs/manual listeners.html
  Log:
  fixing incorrectly specified FQCN
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-ant/docs/manual/listeners.html
  
  Index: listeners.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/listeners.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- listeners.html	2001/12/14 12:23:50	1.1
  +++ listeners.html	2001/12/28 00:16:15	1.2
  @@ -157,7 +157,7 @@
   </table>
   <blockquote>
   
  -<p><code>ant -logger org.apache.tools.ant.MailLogger</code></p>
  +<p><code>ant -logger org.apache.tools.ant.listener.MailLogger</code></p>
   
   </blockquote>
   
  @@ -213,4 +213,4 @@
   Reserved.</p>
   
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  

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