donaldp     01/12/15 22:22:29

  Modified:    proposal/myrmidon/src/main/org/apache/tools/ant
                        ProjectComponent.java
  Log:
  Remove resolveFile method as it is already implemented in AbstractTask.
  
  Revision  Changes    Path
  1.6       +0 -6      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/ProjectComponent.java
  
  Index: ProjectComponent.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/ProjectComponent.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ProjectComponent.java     2001/12/16 05:44:55     1.5
  +++ ProjectComponent.java     2001/12/16 06:22:29     1.6
  @@ -52,12 +52,6 @@
           //HACK: NOOP execute - should be deleted in the future!
       }
   
  -    protected File resolveFile( final String name )
  -        throws TaskException
  -    {
  -        return FileUtils.newFileUtils().resolveFile( project.getBaseDir(), 
name );
  -    }
  -
       /**
        * Log a mesage with the give priority.
        *
  
  
  

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

Reply via email to