From 9f8254794fc013e51b7e546570623101ac7bf1dc Mon Sep 17 00:00:00 2001
From: Peter Reilly
Date: Tue, 22 Jun 2004 14:39:36 +0000
Subject: [PATCH] delete.html: add example of deleting a directory Obtained
from: Ivan Ivanov
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276597 13f79535-47bb-0310-9956-ffa450edef68
---
CONTRIBUTORS | 1 +
docs/manual/CoreTasks/delete.html | 6 ++++++
2 files changed, 7 insertions(+)
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index e04a2452f..e1723fd9d 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -70,6 +70,7 @@ Holger Engels
Ingenonsya France
Ingmar Stein
Irene Rusman
+Ivan Ivanov
Jack J. Woehr
James Duncan Davidson
Jan Matèrne
diff --git a/docs/manual/CoreTasks/delete.html b/docs/manual/CoreTasks/delete.html
index 9b7591b95..b8503b518 100644
--- a/docs/manual/CoreTasks/delete.html
+++ b/docs/manual/CoreTasks/delete.html
@@ -159,6 +159,12 @@ and any subdirectories.
deletes all files and subdirectories of build
, including
build
itself.
+ <delete includeemptydirs="true">
+ <fileset dir="build" includes="**/*"/>
+ </delete>
+
+deletes all files and subdirectories of build
, without
+build
itself.
Copyright © 2000-2002,2004 The Apache Software Foundation.
All rights Reserved.