bodewig     2004/11/05 06:31:33

  Modified:    docs/manual base_task_classes.html
               src/main/org/apache/tools/mail MailMessage.java
  Log:
  Adjust to reality
  
  Revision  Changes    Path
  1.7       +4 -1      ant/docs/manual/base_task_classes.html
  
  Index: base_task_classes.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/base_task_classes.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- base_task_classes.html    6 Jun 2004 17:31:50 -0000       1.6
  +++ base_task_classes.html    5 Nov 2004 14:31:33 -0000       1.7
  @@ -7,7 +7,10 @@
   
   <body>
   <h1>Tasks Designed for Extension</h1>
  -These classes are designed to be extended.  Always start here when writing 
your own task.
  +
  +<p>These classes are designed to be extended.  Always start here when 
writing your own task.</p>
  +
  +<p><strong>The links will not work in the online version of this 
document.</strong></p>
   
   <table border="1">
   <thead>
  
  
  
  1.24      +1 -1      ant/src/main/org/apache/tools/mail/MailMessage.java
  
  Index: MailMessage.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/mail/MailMessage.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- MailMessage.java  5 Nov 2004 14:24:38 -0000       1.23
  +++ MailMessage.java  5 Nov 2004 14:31:33 -0000       1.24
  @@ -481,7 +481,7 @@
    * This PrintStream subclass makes sure that <CRLF>. becomes <CRLF>..
    *  per RFC 821.  It also ensures that new lines are always \r\n.
   */
  -class MailPrintStream extends java.io.PrintStream {
  +class MailPrintStream extends PrintStream {
   
     private int lastChar;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to