git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518941 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -237,6 +237,7 @@ Sebastian Kantha | |||||
| Simon Law | Simon Law | ||||
| Stefan Bodewig | Stefan Bodewig | ||||
| Stefano Mazzocchi | Stefano Mazzocchi | ||||
| Stephan Strittmatter | |||||
| Stephane Bailliez | Stephane Bailliez | ||||
| stephan | stephan | ||||
| Stephan Michels | Stephan Michels | ||||
| @@ -945,6 +945,10 @@ | |||||
| <first>Stefano</first> | <first>Stefano</first> | ||||
| <last>Mazzocchi</last> | <last>Mazzocchi</last> | ||||
| </name> | </name> | ||||
| <name> | |||||
| <first>Stephan</first> | |||||
| <last>Strittmatter</last> | |||||
| </name> | |||||
| <name> | <name> | ||||
| <first>Stephane</first> | <first>Stephane</first> | ||||
| <last>Bailliez</last> | <last>Bailliez</last> | ||||
| @@ -1110,4 +1114,4 @@ | |||||
| <first>Zdenek</first> | <first>Zdenek</first> | ||||
| <last>Wagner</last> | <last>Wagner</last> | ||||
| </name> | </name> | ||||
| </contributors> | |||||
| </contributors> | |||||
| @@ -182,8 +182,8 @@ and any subdirectories.</p> | |||||
| <p>deletes all files and subdirectories of <code>build</code>, without | <p>deletes all files and subdirectories of <code>build</code>, without | ||||
| <code>build</code> itself.</p> | <code>build</code> itself.</p> | ||||
| <pre> <delete defaultexcludes="false"> | |||||
| <fileset dir="src" includes="**/.svn"/> | |||||
| <pre> <delete includeemptydirs="true"> | |||||
| <fileset dir="src" includes="**/.svn" defaultexcludes="false"/> | |||||
| </delete> | </delete> | ||||
| </pre> | </pre> | ||||
| <p>deletes the subversion metadata directories under <code>src</code>. Because <code>.svn</code> | <p>deletes the subversion metadata directories under <code>src</code>. Because <code>.svn</code> | ||||