Browse Source

Remove resolveFile method as it is already implemented in AbstractTask.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270213 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
2a84ac3dfd
2 changed files with 0 additions and 12 deletions
  1. +0
    -6
      proposal/myrmidon/src/main/org/apache/tools/ant/ProjectComponent.java
  2. +0
    -6
      proposal/myrmidon/src/todo/org/apache/tools/ant/ProjectComponent.java

+ 0
- 6
proposal/myrmidon/src/main/org/apache/tools/ant/ProjectComponent.java View File

@@ -52,12 +52,6 @@ public abstract class ProjectComponent
//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.
*


+ 0
- 6
proposal/myrmidon/src/todo/org/apache/tools/ant/ProjectComponent.java View File

@@ -52,12 +52,6 @@ public abstract class ProjectComponent
//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.
*


Loading…
Cancel
Save