Browse Source

Move DefaultExecutionFrame into workspace package as it is only used from within this package.

Detected by JDepend


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271057 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
c8fe4cd364
2 changed files with 2 additions and 3 deletions
  1. +2
    -2
      proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultExecutionFrame.java
  2. +0
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultWorkspace.java

proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/DefaultExecutionFrame.java → proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultExecutionFrame.java View File

@@ -5,7 +5,7 @@
* version 1.1, a copy of which has been included with this distribution in * version 1.1, a copy of which has been included with this distribution in
* the LICENSE.txt file. * the LICENSE.txt file.
*/ */
package org.apache.myrmidon.components.executor;
package org.apache.myrmidon.components.workspace;


import org.apache.avalon.framework.context.Context; import org.apache.avalon.framework.context.Context;
import org.apache.avalon.framework.context.ContextException; import org.apache.avalon.framework.context.ContextException;
@@ -22,7 +22,7 @@ import org.apache.myrmidon.interfaces.type.TypeManager;
* *
* @author <a href="mailto:peter@apache.org">Peter Donald</a> * @author <a href="mailto:peter@apache.org">Peter Donald</a>
*/ */
public class DefaultExecutionFrame
class DefaultExecutionFrame
implements ExecutionFrame, LogEnabled, Contextualizable implements ExecutionFrame, LogEnabled, Contextualizable
{ {
private Logger m_logger; private Logger m_logger;

+ 0
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultWorkspace.java View File

@@ -28,7 +28,6 @@ import org.apache.avalon.framework.parameters.Parameters;
import org.apache.log.Hierarchy; import org.apache.log.Hierarchy;
import org.apache.myrmidon.api.TaskContext; import org.apache.myrmidon.api.TaskContext;
import org.apache.myrmidon.api.TaskException; import org.apache.myrmidon.api.TaskException;
import org.apache.myrmidon.components.executor.DefaultExecutionFrame;
import org.apache.myrmidon.framework.Condition; import org.apache.myrmidon.framework.Condition;
import org.apache.myrmidon.interfaces.deployer.Deployer; import org.apache.myrmidon.interfaces.deployer.Deployer;
import org.apache.myrmidon.interfaces.deployer.DeploymentException; import org.apache.myrmidon.interfaces.deployer.DeploymentException;


Loading…
Cancel
Save