PR: MNG-1344

Submitted by: Brian Bonner
Reviewed by: fgiust

AddMavenRepoMojo adds an X to the end of the specified workspace


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Fabrizio Giustina 2005-10-30 14:50:38 +00:00
parent 6e5174158f
commit 62a349b7b2

View File

@ -52,7 +52,6 @@ public class AddMavenRepoMojo extends AbstractMojo
public void execute() throws MojoExecutionException
{
workspace += "X";
File workDir = new File( workspace, ".metadata/.plugins/org.eclipse.core.runtime/.settings" );