Browse Source

Fixed copydir attributes in example.

Submitted by:	Michael Smith <michael@sneakerlabs.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267630 13f79535-47bb-0310-9956-ffa450edef68
master
Arnout J. Kuiper 25 years ago
parent
commit
f2471de482
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/index.html

+ 2
- 2
docs/index.html View File

@@ -429,8 +429,8 @@ is appended. E.g. &quot;mypackage/test/&quot; is interpreted as were it &quot;my
<p>When these patterns are used in inclusion and exclusion, you have a powerful
way to select just the files you want.</p>
<h3>Examples</h3>
<pre> &lt;copydir srcdir=&quot;${src}&quot;
destdir=&quot;${dist}&quot;
<pre> &lt;copydir src=&quot;${src}&quot;
dest=&quot;${dist}&quot;
includes=&quot;**/images/*&quot;
excludes=&quot;**/*.gif&quot; /&gt;</pre>
<p>This copies all files in directories called &quot;images&quot;, that are


Loading…
Cancel
Save