You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/05/09 01:26:46 UTC

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven/plugin/manager/executor IntegratedPluginExecutor.java

jvanzyl     2004/05/08 16:26:46

  Modified:    maven-core/src/main/java/org/apache/maven/plugin/manager/executor
                        IntegratedPluginExecutor.java
  Log:
  no message
  
  Revision  Changes    Path
  1.2       +2 -8      maven-components/maven-core/src/main/java/org/apache/maven/plugin/manager/executor/IntegratedPluginExecutor.java
  
  Index: IntegratedPluginExecutor.java
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/src/main/java/org/apache/maven/plugin/manager/executor/IntegratedPluginExecutor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- IntegratedPluginExecutor.java	8 May 2004 00:50:35 -0000	1.1
  +++ IntegratedPluginExecutor.java	8 May 2004 23:26:46 -0000	1.2
  @@ -16,15 +16,9 @@
    * limitations under the License.
    */
   
  +import org.apache.maven.plugin.Plugin;
   import org.apache.maven.plugin.PluginExecutionRequest;
   import org.apache.maven.plugin.PluginExecutionResponse;
  -import org.apache.maven.plugin.Plugin;
  -import org.apache.maven.plugin.manager.OgnlProjectValueExtractor;
  -import org.apache.maven.plugin.descriptor.ParameterDescriptor;
  -
  -import java.util.List;
  -import java.util.Map;
  -import java.util.HashMap;
   
   /**
    *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org