git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270549 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -7,7 +7,6 @@ | |||||
| */ | */ | ||||
| package org.apache.tools.ant; | package org.apache.tools.ant; | ||||
| import org.apache.avalon.framework.logger.Logger; | |||||
| import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -20,11 +19,6 @@ import org.apache.myrmidon.api.TaskException; | |||||
| public abstract class ProjectComponent | public abstract class ProjectComponent | ||||
| extends AbstractTask | extends AbstractTask | ||||
| { | { | ||||
| public Logger hackGetLogger() | |||||
| { | |||||
| return super.getLogger(); | |||||
| } | |||||
| /** | /** | ||||
| * Get the Project to which this component belongs | * Get the Project to which this component belongs | ||||
| * | * | ||||
| @@ -7,7 +7,6 @@ | |||||
| */ | */ | ||||
| package org.apache.tools.ant; | package org.apache.tools.ant; | ||||
| import org.apache.avalon.framework.logger.Logger; | |||||
| import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| @@ -20,11 +19,6 @@ import org.apache.myrmidon.api.TaskException; | |||||
| public abstract class ProjectComponent | public abstract class ProjectComponent | ||||
| extends AbstractTask | extends AbstractTask | ||||
| { | { | ||||
| public Logger hackGetLogger() | |||||
| { | |||||
| return super.getLogger(); | |||||
| } | |||||
| /** | /** | ||||
| * Get the Project to which this component belongs | * Get the Project to which this component belongs | ||||
| * | * | ||||