mirror of https://github.com/apache/maven.git
clean imports
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@177910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ba31d4f893
commit
b4d8a7edf4
|
@ -16,17 +16,12 @@ package org.apache.maven.script.beanshell;
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import bsh.EvalError;
|
||||||
|
import bsh.Interpreter;
|
||||||
import org.apache.maven.plugin.AbstractMojo;
|
import org.apache.maven.plugin.AbstractMojo;
|
||||||
import org.apache.maven.plugin.Mojo;
|
import org.apache.maven.plugin.Mojo;
|
||||||
import org.apache.maven.plugin.MojoExecutionException;
|
import org.apache.maven.plugin.MojoExecutionException;
|
||||||
import org.apache.maven.plugin.logging.Log;
|
|
||||||
import org.codehaus.plexus.component.factory.bsh.BshComponent;
|
import org.codehaus.plexus.component.factory.bsh.BshComponent;
|
||||||
import bsh.Interpreter;
|
|
||||||
import bsh.This;
|
|
||||||
import bsh.UtilEvalError;
|
|
||||||
import bsh.EvalError;
|
|
||||||
|
|
||||||
import java.io.PrintStream;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mojo adapter for a Beanshell Mojo.
|
* Mojo adapter for a Beanshell Mojo.
|
||||||
|
|
Loading…
Reference in New Issue