Browse Source

documentation fix for Delete task example does not work, PR 50816

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1073529 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 14 years ago
parent
commit
8e9189ac41
4 changed files with 9 additions and 1 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +3
    -0
      WHATSNEW
  3. +4
    -0
      contributors.xml
  4. +1
    -1
      docs/manual/Tasks/delete.html

+ 1
- 0
CONTRIBUTORS View File

@@ -8,6 +8,7 @@ Alex Rosen
Alexei Yudichev
Alexey Panchenko
Alexey Solofnenko
Alfred Theorin
Alison Winters
Andreas Ames
Andreas Mross


+ 3
- 0
WHATSNEW View File

@@ -16,6 +16,9 @@ Fixed bugs:

* MailLogger ignore the Maillogger.starttls.enable property.
Bugzilla Report 50668.
* Delete task example does not work
Bugzilla Report 50816.

Other changes:
--------------


+ 4
- 0
contributors.xml View File

@@ -62,6 +62,10 @@
<first>Alexey</first>
<last>Solofnenko</last>
</name>
<name>
<first>Alfred</first>
<last>Theorin</last>
</name>
<name>
<first>Alison</first>
<last>Winters</last>


+ 1
- 1
docs/manual/Tasks/delete.html View File

@@ -202,7 +202,7 @@ and any subdirectories.</p>
<code>build</code> itself.</p>

<pre> &lt;delete includeemptydirs=&quot;true&quot;&gt;
&lt;fileset dir=&quot;src&quot; includes=&quot;**/.svn&quot; defaultexcludes=&quot;false&quot;/&gt;
&lt;fileset dir=&quot;src&quot; includes=&quot;**/.svn/&quot; defaultexcludes=&quot;false&quot;/&gt;
&lt;/delete&gt;
</pre>
<p>deletes the subversion metadata directories under <code>src</code>. Because <code>.svn</code>


Loading…
Cancel
Save