From 9464aa8df07ce6c664c6d83f9d73ce2b0089f407 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Fri, 12 Jan 2007 19:33:39 +0000 Subject: [PATCH] add FAQ about deleting directory contents while preserving top-level directory. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@495698 13f79535-47bb-0310-9956-ffa450edef68 --- docs/faq.html | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/docs/faq.html b/docs/faq.html index ffb706142..03c33e71d 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -254,11 +254,15 @@
  • How can I do something like <property name="prop" value="${${anotherprop}}"/> (double expanding the property)? +
  • +
  • + How can I delete everything beneath a particular directory, + preserving the directory itself?
  • It doesn't work (as expected)