You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2007/03/16 12:32:30 UTC

svn commit: r518941 - in /ant/core/trunk: CONTRIBUTORS contributors.xml docs/manual/CoreTasks/delete.html

Author: jhm
Date: Fri Mar 16 04:32:29 2007
New Revision: 518941

URL: http://svn.apache.org/viewvc?view=rev&rev=518941
Log:
Bug 41677: wrong example with .svn

Modified:
    ant/core/trunk/CONTRIBUTORS
    ant/core/trunk/contributors.xml
    ant/core/trunk/docs/manual/CoreTasks/delete.html

Modified: ant/core/trunk/CONTRIBUTORS
URL: http://svn.apache.org/viewvc/ant/core/trunk/CONTRIBUTORS?view=diff&rev=518941&r1=518940&r2=518941
==============================================================================
Binary files - no diff available.

Modified: ant/core/trunk/contributors.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/contributors.xml?view=diff&rev=518941&r1=518940&r2=518941
==============================================================================
--- ant/core/trunk/contributors.xml (original)
+++ ant/core/trunk/contributors.xml Fri Mar 16 04:32:29 2007
@@ -946,6 +946,10 @@
     <last>Mazzocchi</last>
   </name>
   <name>
+    <first>Stephan</first>
+    <last>Strittmatter</last>
+  </name>
+  <name>
     <first>Stephane</first>
     <last>Bailliez</last>
   </name>
@@ -1110,4 +1114,4 @@
     <first>Zdenek</first>
     <last>Wagner</last>
   </name>
-</contributors>
\ No newline at end of file
+</contributors>

Modified: ant/core/trunk/docs/manual/CoreTasks/delete.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/delete.html?view=diff&rev=518941&r1=518940&r2=518941
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/delete.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/delete.html Fri Mar 16 04:32:29 2007
@@ -182,8 +182,8 @@
 <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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org