diff --git a/CONTRIBUTORS b/CONTRIBUTORS index adcacf0ee..07c1e6c0f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -237,6 +237,7 @@ Sebastian Kantha Simon Law Stefan Bodewig Stefano Mazzocchi +Stephan Strittmatter Stephane Bailliez stephan Stephan Michels diff --git a/contributors.xml b/contributors.xml index 18e7830dd..e09ceacaf 100644 --- a/contributors.xml +++ b/contributors.xml @@ -945,6 +945,10 @@ Stefano Mazzocchi + + Stephan + Strittmatter + Stephane Bailliez @@ -1110,4 +1114,4 @@ Zdenek Wagner - \ No newline at end of file + diff --git a/docs/manual/CoreTasks/delete.html b/docs/manual/CoreTasks/delete.html index 78c4c3f11..545277afb 100644 --- a/docs/manual/CoreTasks/delete.html +++ b/docs/manual/CoreTasks/delete.html @@ -182,8 +182,8 @@ and any subdirectories.

deletes all files and subdirectories of build, without build itself.

-
  <delete defaultexcludes="false">
-    <fileset dir="src" includes="**/.svn"/>
+
  <delete includeemptydirs="true">
+    <fileset dir="src" includes="**/.svn" defaultexcludes="false"/>
   </delete>
 

deletes the subversion metadata directories under src. Because .svn