bodewig 2004/11/05 06:24:38
Modified: docs/manual/api packages.html
src/main/org/apache/tools/mail MailMessage.java
Log:
Adjust to reality
Revision Changes Path
1.10 +2 -2 ant/docs/manual/api/packages.html
Index: packages.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/api/packages.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- packages.html 29 Dec 2003 18:40:54 -0000 1.9
+++ packages.html 5 Nov 2004 14:24:38 -0000 1.10
@@ -11,10 +11,10 @@
are included with all our distributions, including the nightly
builds.</p>
-<p>If you want to see the API docs for the latest code, they are
+<!--p>If you want to see the API docs for the latest code, they are
generated by <a href="http://jakarta.apache.org/gump/">Apache Gump</a>
and linked from <a
-href="http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/index.html">http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/index.html</a>.</p>
+href="http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/index.html">http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/index.html</a>.</p-->
</body>
</html>
1.23 +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.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- MailMessage.java 9 Mar 2004 16:48:55 -0000 1.22
+++ MailMessage.java 5 Nov 2004 14:24:38 -0000 1.23
@@ -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 PrintStream {
+class MailPrintStream extends java.io.PrintStream {
private int lastChar;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]