Browse Source

Fix up typo in documentation

PR:	2706
Submitted by:	jfreidling@bigfoot.de


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269368 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 24 years ago
parent
commit
aff15381c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/dirtasks.html

+ 1
- 1
docs/manual/dirtasks.html View File

@@ -139,7 +139,7 @@ but excludes all <code>*.gif</code> files from the copy.</p>
<p> This example can also be expressed using nested elements:</p> <p> This example can also be expressed using nested elements:</p>
<pre> <pre>
&lt;copy todir=&quot;${dist}&quot;> &lt;copy todir=&quot;${dist}&quot;>
&lt;fileset dir=&quot;${src}&quot;/&gt;
&lt;fileset dir=&quot;${src}&quot;&gt;
&lt;include name=&quot;**/images/*&quot;/&gt; &lt;include name=&quot;**/images/*&quot;/&gt;
&lt;exclude name=&quot;**/*.gif&quot;/&gt; &lt;exclude name=&quot;**/*.gif&quot;/&gt;
&lt;/fileset&gt; &lt;/fileset&gt;


Loading…
Cancel
Save