Browse Source

Bug 41677: wrong example with .svn

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518941 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
7bbe7f8f01
3 changed files with 8 additions and 3 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +5
    -1
      contributors.xml
  3. +2
    -2
      docs/manual/CoreTasks/delete.html

+ 1
- 0
CONTRIBUTORS View File

@@ -237,6 +237,7 @@ Sebastian Kantha
Simon Law
Stefan Bodewig
Stefano Mazzocchi
Stephan Strittmatter
Stephane Bailliez
stephan
Stephan Michels


+ 5
- 1
contributors.xml View File

@@ -945,6 +945,10 @@
<first>Stefano</first>
<last>Mazzocchi</last>
</name>
<name>
<first>Stephan</first>
<last>Strittmatter</last>
</name>
<name>
<first>Stephane</first>
<last>Bailliez</last>
@@ -1110,4 +1114,4 @@
<first>Zdenek</first>
<last>Wagner</last>
</name>
</contributors>
</contributors>

+ 2
- 2
docs/manual/CoreTasks/delete.html View File

@@ -182,8 +182,8 @@ and any subdirectories.</p>
<p>deletes all files and subdirectories of <code>build</code>, without
<code>build</code> itself.</p>

<pre> &lt;delete defaultexcludes=&quot;false&quot;&gt;
&lt;fileset dir=&quot;src&quot; includes=&quot;**/.svn&quot;/&gt;
<pre> &lt;delete includeemptydirs=&quot;true&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