Browse Source

merge from 1.5 branch

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274346 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
5e0752cf2f
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

@@ -173,8 +173,8 @@ the <code>&lt;message&gt;</code> element.</p>

<blockquote><pre>
&lt;mail mailhost=&quot;smtp.myisp.com&quot; mailport=&quot;1025&quot; subject=&quot;Test build&quot;&gt;
&lt;from address=&quot;me@myisp.com&quot;&gt;
&lt;to address=&quot;all@xyz.com&quot;&gt;
&lt;from address=&quot;me@myisp.com&quot;/&gt;
&lt;to address=&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;


Loading…
Cancel
Save