Browse Source

files attribute splits at spaces as well.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274345 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
2864cede94
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/manual/CoreTasks/mail.html

+ 2
- 2
docs/manual/CoreTasks/mail.html View File

@@ -65,7 +65,7 @@ Library Dependencies</a> for more information.
<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>&lt;fileset&gt;</code>
file names using a comma or space. You can also use <code>&lt;fileset&gt;</code>
elements to specify files.</td>
<td align="center" valign="top">No</td>
</tr>
@@ -188,7 +188,7 @@ task will attempt to use JavaMail and fall back to UU encoding or no encoding in
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 &copy; 2000-2002 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All rights
Reserved.</p>

</body>


Loading…
Cancel
Save