You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by sb...@apache.org on 2002/08/27 22:56:40 UTC

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

sbailliez    2002/08/27 13:56:40

  Modified:    docs/manual/CoreTasks Tag: ANT_15_BRANCH mail.html
  Log:
  Forgot to close <from> and <to> elements
  PR: 11917
  Reported by: raphael.petit@free.fr
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.10.2.4  +2 -2      jakarta-ant/docs/manual/CoreTasks/mail.html
  
  Index: mail.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/mail.html,v
  retrieving revision 1.10.2.3
  retrieving revision 1.10.2.4
  diff -u -r1.10.2.3 -r1.10.2.4
  --- mail.html	20 Jun 2002 16:45:00 -0000	1.10.2.3
  +++ mail.html	27 Aug 2002 20:56:40 -0000	1.10.2.4
  @@ -173,8 +173,8 @@
   
   <blockquote><pre>
   &lt;mail mailhost=&quot;smtp.myisp.com&quot; mailport=&quot;1025&quot; subject=&quot;Test build&quot;&gt;
  -  &lt;from name=&quot;me@myisp.com&quot;&gt;
  -  &lt;to name=&quot;all@xyz.com&quot;&gt;
  +  &lt;from name=&quot;me@myisp.com&quot;/&gt;
  +  &lt;to name=&quot;all@xyz.com&quot;/&gt;
     &lt;message&gt;The ${buildname} nightly build has completed&lt;/message&gt;
     &lt;fileset dir=&quot;dist&quot;&gt;
       &lt;includes name=&quot;**/*.zip&quot;/&gt;
  
  
  

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