Browse Source

Made the TaskCOntext not extend avalons context interface

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271468 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
dd70349d95
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java

+ 1
- 2
proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java View File

@@ -8,8 +8,8 @@
package org.apache.myrmidon.api; package org.apache.myrmidon.api;


import java.io.File; import java.io.File;
import java.util.Map;
import org.apache.avalon.framework.Enum; import org.apache.avalon.framework.Enum;
import org.apache.avalon.framework.context.Context;


/** /**
* This interface represents the <em>Context</em> in which Task is executed. * This interface represents the <em>Context</em> in which Task is executed.
@@ -21,7 +21,6 @@ import org.apache.avalon.framework.context.Context;
* @version $Revision$ $Date$ * @version $Revision$ $Date$
*/ */
public interface TaskContext public interface TaskContext
extends Context
{ {
//these values are used when setting properties to indicate the scope at //these values are used when setting properties to indicate the scope at
//which properties are set //which properties are set


Loading…
Cancel
Save