stevel      02/02/28 10:45:16

  Modified:    docs/manual/CoreTasks delete.html
  Log:
  explain why you cant delete *~ so easily
  
  Revision  Changes    Path
  1.14      +6 -0      jakarta-ant/docs/manual/CoreTasks/delete.html
  
  Index: delete.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/delete.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- delete.html       13 Feb 2002 04:35:57 -0000      1.13
  +++ delete.html       28 Feb 2002 18:45:15 -0000      1.14
  @@ -16,6 +16,12 @@
   default.
   To remove empty directories, use the <code>includeEmptyDirs</code> attribute.
   </p>
  +<p>
  +If you use this task to delete temporary files created by editors and it 
doesnt
  +seem to work, read up on the 
  +<a href="../dirtasks.html#defaultexcludes">default exclusion set</a> then at 
the option
  +down below to disable this feature.
  + 
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to