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:
Brett Leslie Porter 2005-05-23 03:07:40 +00:00
parent ba31d4f893
commit b4d8a7edf4
1 changed files with 2 additions and 7 deletions

View File

@ -16,17 +16,12 @@ package org.apache.maven.script.beanshell;
* limitations under the License.
*/
import bsh.EvalError;
import bsh.Interpreter;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.Mojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.logging.Log;
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.