peterreilly    2005/03/03 01:58:47

  Modified:    docs/manual/CoreTasks mail.html
  Log:
  Error in mail task sample
  PR: 33828
  Obtained from: Geir Ole Aagedal
  
  Revision  Changes    Path
  1.26      +1 -1      ant/docs/manual/CoreTasks/mail.html
  
  Index: mail.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/mail.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- mail.html 2 Feb 2005 20:08:57 -0000       1.25
  +++ mail.html 3 Mar 2005 09:58:47 -0000       1.26
  @@ -257,7 +257,7 @@
     <to address="[EMAIL PROTECTED]"/>
     <message>The ${buildname} nightly build has completed</message>
     <fileset dir="dist">
  -    <includes name="**/*.zip"/>
  +    <include name="**/*.zip"/>
     </fileset>
   </mail>
   </pre></blockquote>
  
  
  

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

Reply via email to