You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2001/12/19 12:51:42 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file Delete.java

donaldp     01/12/19 03:51:42

  Modified:    proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file
                        Delete.java
  Log:
  
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Delete.java
  
  Index: Delete.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/file/Delete.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Delete.java	2001/12/17 10:55:23	1.1
  +++ Delete.java	2001/12/19 11:51:42	1.2
  @@ -33,7 +33,8 @@
    *      </a>
    * @author Jon S. Stevens <a href="mailto:jon@latchkey.com">jon@latchkey.com</a>
    */
  -public class Delete extends MatchingTask
  +public class Delete
  +    extends MatchingTask
   {
       protected File file = null;
       protected File dir = null;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>