From fcdafc7dfdfc1513e1806a63b8291e6e73331219 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Wed, 29 Oct 2003 18:22:10 +0000 Subject: [PATCH] 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 --- docs/manual/CoreTasks/move.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/move.html b/docs/manual/CoreTasks/move.html index 105381196..56b3c4bb8 100644 --- a/docs/manual/CoreTasks/move.html +++ b/docs/manual/CoreTasks/move.html @@ -167,7 +167,7 @@ followed by <filterset> elements.

Append ".bak" to the names of all files in a directory.

-  <move todir="my/src/dir">
+  <move todir="my/src/dir" includeemptydirs="false">
     <fileset dir="my/src/dir">
       <exclude name="**/*.bak"/>
     </fileset>