You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2003/06/04 09:08:50 UTC

cvs commit: ant/docs/manual install.html

antoine     2003/06/04 00:08:50

  Modified:    docs/manual install.html
  Log:
  Added requirement for jsse.jar for SMTP over TLS/SSL
  PR: 19180
  
  Revision  Changes    Path
  1.53      +9 -0      ant/docs/manual/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/install.html,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- install.html	13 May 2003 14:37:00 -0000	1.52
  +++ install.html	4 Jun 2003 07:08:50 -0000	1.53
  @@ -397,6 +397,15 @@
           target="_top">http://java.sun.com/products/javamail/</a></td>
     </tr>
     <tr>
  +    <td>jsse.jar</td>
  +    <td>
  +Support for SMTP over TLS/SSL <br/>
  +in the Mail task<br/>
  +Already included in jdk 1.4</td>
  +    <td><a href="http://java.sun.com/products/jsse/"
  +        target="_top">http://java.sun.com/products/jsse/</a></td>
  +  </tr>
  +  <tr>
       <td>activation.jar</td>
       <td>Mail task with Mime encoding, and the MimeMail task</td>
       <td><a href="http://java.sun.com/products/javabeans/glasgow/jaf.html"