diff --git a/proposal/myrmidon/src/main/org/apache/tools/ant/ProjectComponent.java b/proposal/myrmidon/src/main/org/apache/tools/ant/ProjectComponent.java index a1f5ff521..821f30d6f 100644 --- a/proposal/myrmidon/src/main/org/apache/tools/ant/ProjectComponent.java +++ b/proposal/myrmidon/src/main/org/apache/tools/ant/ProjectComponent.java @@ -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. * diff --git a/proposal/myrmidon/src/todo/org/apache/tools/ant/ProjectComponent.java b/proposal/myrmidon/src/todo/org/apache/tools/ant/ProjectComponent.java index a1f5ff521..821f30d6f 100644 --- a/proposal/myrmidon/src/todo/org/apache/tools/ant/ProjectComponent.java +++ b/proposal/myrmidon/src/todo/org/apache/tools/ant/ProjectComponent.java @@ -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. *