diff --git a/docs/antlibs/antunit/index.html b/docs/antlibs/antunit/index.html index 07c405ca3..e1d5c52e2 100755 --- a/docs/antlibs/antunit/index.html +++ b/docs/antlibs/antunit/index.html @@ -73,7 +73,6 @@
diff --git a/docs/antlibs/bindownload.html b/docs/antlibs/bindownload.html index 38aa03993..902b6e7f0 100644 --- a/docs/antlibs/bindownload.html +++ b/docs/antlibs/bindownload.html @@ -73,7 +73,6 @@ diff --git a/docs/antlibs/charter.html b/docs/antlibs/charter.html index 006e60497..fba50e074 100644 --- a/docs/antlibs/charter.html +++ b/docs/antlibs/charter.html @@ -73,7 +73,6 @@ diff --git a/docs/antlibs/dotnet/index.html b/docs/antlibs/dotnet/index.html index 14453af57..48528ffa0 100755 --- a/docs/antlibs/dotnet/index.html +++ b/docs/antlibs/dotnet/index.html @@ -73,7 +73,6 @@ diff --git a/docs/antlibs/index.html b/docs/antlibs/index.html index 45d8f5414..34c827e9f 100644 --- a/docs/antlibs/index.html +++ b/docs/antlibs/index.html @@ -73,7 +73,6 @@ diff --git a/docs/antlibs/proper.html b/docs/antlibs/proper.html index 265b4d214..065f3a191 100644 --- a/docs/antlibs/proper.html +++ b/docs/antlibs/proper.html @@ -73,7 +73,6 @@ diff --git a/docs/antlibs/sandbox.html b/docs/antlibs/sandbox.html index 637c90cef..045f55316 100644 --- a/docs/antlibs/sandbox.html +++ b/docs/antlibs/sandbox.html @@ -73,7 +73,6 @@ diff --git a/docs/antlibs/srcdownload.html b/docs/antlibs/srcdownload.html index 91edd418c..47d338eec 100644 --- a/docs/antlibs/srcdownload.html +++ b/docs/antlibs/srcdownload.html @@ -73,7 +73,6 @@ diff --git a/docs/antlibs/svn/index.html b/docs/antlibs/svn/index.html index 1e5e434ca..1e3abe092 100755 --- a/docs/antlibs/svn/index.html +++ b/docs/antlibs/svn/index.html @@ -73,7 +73,6 @@ diff --git a/docs/antnews.html b/docs/antnews.html index 53e73f48d..9e55364e8 100644 --- a/docs/antnews.html +++ b/docs/antnews.html @@ -81,7 +81,6 @@ diff --git a/docs/bindownload.html b/docs/bindownload.html index 11f5af04e..651670876 100644 --- a/docs/bindownload.html +++ b/docs/bindownload.html @@ -73,7 +73,6 @@ diff --git a/docs/bugs.html b/docs/bugs.html index 031e1c97d..0a0f77849 100644 --- a/docs/bugs.html +++ b/docs/bugs.html @@ -75,7 +75,6 @@ diff --git a/docs/bylaws.html b/docs/bylaws.html index ca3af459c..3afb6dc0b 100644 --- a/docs/bylaws.html +++ b/docs/bylaws.html @@ -75,7 +75,6 @@ diff --git a/docs/contributors.html b/docs/contributors.html index cccc0464a..13fa80131 100644 --- a/docs/contributors.html +++ b/docs/contributors.html @@ -75,7 +75,6 @@ diff --git a/docs/external.html b/docs/external.html index 7e06fb109..5662f0f84 100644 --- a/docs/external.html +++ b/docs/external.html @@ -75,7 +75,6 @@ diff --git a/docs/faq.html b/docs/faq.html index 03c33e71d..c559a470c 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -75,7 +75,6 @@ @@ -257,7 +259,7 @@- - How can I delete everything beneath a particular directory, - preserving the directory itself? + + How can I delete everything beneath a particular directory, + preserving the directory itself?
-Most users who go down this path have no problem figuring out that +
Most users who go down this path have no problem figuring out that
<delete includeemptydirs="true" />
will help them. The
seemingly tricky part is preserving the base directory itself,
which Ant includes in the directory scan. Fortunately the answer is simple:
-<delete includeemptydirs="true"> - <fileset dir="dirtokeep" includes="**/*" /> ++<delete includeemptydirs="true"> + <fileset dir="dirtokeep" includes="**/*" /> </delete>@@ -2048,3 +2050,14 @@ mv /tmp/foo $ANT_HOME/bin/antRun