Browse Source

Error in mail task sample

PR: 33828
Obtained from: Geir Ole Aagedal


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277768 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 20 years ago
parent
commit
ea30fcec64
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/mail.html

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

@@ -257,7 +257,7 @@ the <code>&lt;message&gt;</code> element.</p>
&lt;to address=&quot;all@xyz.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;message&gt;The ${buildname} nightly build has completed&lt;/message&gt;
&lt;fileset dir=&quot;dist&quot;&gt; &lt;fileset dir=&quot;dist&quot;&gt;
&lt;includes name=&quot;**/*.zip&quot;/&gt;
&lt;include name=&quot;**/*.zip&quot;/&gt;
&lt;/fileset&gt; &lt;/fileset&gt;
&lt;/mail&gt; &lt;/mail&gt;
</pre></blockquote> </pre></blockquote>


Loading…
Cancel
Save