From 2a84ac3dfd500ec92aba52ef65058497fd89b0b0 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 16 Dec 2001 06:22:29 +0000 Subject: [PATCH] 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 --- .../src/main/org/apache/tools/ant/ProjectComponent.java | 6 ------ .../src/todo/org/apache/tools/ant/ProjectComponent.java | 6 ------ 2 files changed, 12 deletions(-) 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. *