Browse Source

fix documentation of move task

PR: 24193
Submitted by: Jesse Glick (jglick at netbeans dot org)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275585 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 21 years ago
parent
commit
fcdafc7dfd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/move.html

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

@@ -167,7 +167,7 @@ followed by <filterset> elements.
<p><b>Append <code>&quot;.bak&quot;</code> to the names of all files
in a directory.</b></p>
<pre>
&lt;move todir=&quot;my/src/dir&quot;&gt;
&lt;move todir=&quot;my/src/dir&quot; includeemptydirs=&quot;false&quot;&gt;
&lt;fileset dir=&quot;my/src/dir&quot;&gt;
&lt;exclude name=&quot;**/*.bak&quot;/&gt;
&lt;/fileset&gt;


Loading…
Cancel
Save