From 2864cede946de74e95d32eec5ba951f61352e3fb Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 28 Mar 2003 15:02:53 +0000 Subject: [PATCH] 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 --- docs/manual/CoreTasks/mail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/mail.html b/docs/manual/CoreTasks/mail.html index 817d4794b..a0d5b30b1 100644 --- a/docs/manual/CoreTasks/mail.html +++ b/docs/manual/CoreTasks/mail.html @@ -65,7 +65,7 @@ Library Dependencies for more information. files Files to send as attachments to the email. Separate multiple - file names using a comma. You can also use <fileset> + file names using a comma or space. You can also use <fileset> elements to specify files. No @@ -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. ${buildname} will be replaced with the buildname property's value.


-

Copyright © 2000-2002 Apache Software Foundation. All rights +

Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.