Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 58451 invoked from network); 22 Jun 2004 16:11:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Jun 2004 16:11:47 -0000 Received: (qmail 98309 invoked by uid 500); 22 Jun 2004 15:26:16 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 47124 invoked by uid 500); 22 Jun 2004 15:16:17 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 77423 invoked by uid 500); 22 Jun 2004 15:03:01 -0000 Received: (qmail 78678 invoked by uid 99); 22 Jun 2004 14:44:13 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 22 Jun 2004 07:44:13 -0700 Received: (qmail 84397 invoked by uid 1539); 22 Jun 2004 14:44:07 -0000 Date: 22 Jun 2004 14:44:07 -0000 Message-ID: <20040622144407.84396.qmail@minotaur.apache.org> From: peterreilly@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual/CoreTasks delete.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N peterreilly 2004/06/22 07:44:07 Modified: . Tag: ANT_16_BRANCH CONTRIBUTORS docs/manual/CoreTasks Tag: ANT_16_BRANCH delete.html Log: sync Revision Changes Path No revision No revision 1.1.2.17 +1 -0 ant/CONTRIBUTORS Index: CONTRIBUTORS =================================================================== RCS file: /home/cvs/ant/CONTRIBUTORS,v retrieving revision 1.1.2.16 retrieving revision 1.1.2.17 diff -u -r1.1.2.16 -r1.1.2.17 --- CONTRIBUTORS 11 Jun 2004 21:20:59 -0000 1.1.2.16 +++ CONTRIBUTORS 22 Jun 2004 14:44:07 -0000 1.1.2.17 @@ -68,6 +68,7 @@ Holger Engels Ingenonsya France Ingmar Stein +Ivan Ivanov Jack J. Woehr James Duncan Davidson Jan Mat�rne No revision No revision 1.18.2.4 +6 -0 ant/docs/manual/CoreTasks/delete.html Index: delete.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/delete.html,v retrieving revision 1.18.2.3 retrieving revision 1.18.2.4 diff -u -r1.18.2.3 -r1.18.2.4 --- delete.html 8 Jun 2004 16:20:28 -0000 1.18.2.3 +++ delete.html 22 Jun 2004 14:44:07 -0000 1.18.2.4 @@ -160,6 +160,12 @@

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.

--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org