bodewig 2003/03/28 07:02:53
Modified: docs/manual/CoreTasks mail.html
Log:
files attribute splits at spaces as well.
Revision Changes Path
1.15 +2 -2 ant/docs/manual/CoreTasks/mail.html
Index: mail.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/mail.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mail.html 23 Sep 2002 16:14:00 -0000 1.14
+++ mail.html 28 Mar 2003 15:02:53 -0000 1.15
@@ -65,7 +65,7 @@
<tr>
<td valign="top">files</td>
<td valign="top">Files to send as attachments to the email. Separate
multiple
- file names using a comma. You can also use <code><fileset></code>
+ file names using a comma or space. You can also use
<code><fileset></code>
elements to specify files.</td>
<td align="center" valign="top">No</td>
</tr>
@@ -188,7 +188,7 @@
that order depending on what support classes are available.
<code>${buildname}</code>
will be replaced with the <code>buildname</code> property's value.</p>
<hr>
-<p align="center">Copyright © 2000-2002 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2000-2003 Apache Software Foundation. All
rights
Reserved.</p>
</body>