git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270583 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -22,7 +22,6 @@ import java.util.ArrayList; | |||||
| import java.util.Iterator; | import java.util.Iterator; | ||||
| import java.util.Random; | import java.util.Random; | ||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| import org.apache.tools.ant.Project; | |||||
| import org.apache.tools.ant.taskdefs.exec.Execute; | import org.apache.tools.ant.taskdefs.exec.Execute; | ||||
| import org.apache.tools.ant.taskdefs.exec.LogOutputStream; | import org.apache.tools.ant.taskdefs.exec.LogOutputStream; | ||||
| import org.apache.tools.ant.types.Commandline; | import org.apache.tools.ant.types.Commandline; | ||||
| @@ -319,7 +318,6 @@ public class Pvcs extends org.apache.tools.ant.Task | |||||
| public void execute() | public void execute() | ||||
| throws TaskException | throws TaskException | ||||
| { | { | ||||
| Project aProj = getProject(); | |||||
| int result = 0; | int result = 0; | ||||
| if( repository == null || repository.trim().equals( "" ) ) | if( repository == null || repository.trim().equals( "" ) ) | ||||
| @@ -22,7 +22,6 @@ import java.util.ArrayList; | |||||
| import java.util.Iterator; | import java.util.Iterator; | ||||
| import java.util.Random; | import java.util.Random; | ||||
| import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
| import org.apache.tools.ant.Project; | |||||
| import org.apache.tools.ant.taskdefs.exec.Execute; | import org.apache.tools.ant.taskdefs.exec.Execute; | ||||
| import org.apache.tools.ant.taskdefs.exec.LogOutputStream; | import org.apache.tools.ant.taskdefs.exec.LogOutputStream; | ||||
| import org.apache.tools.ant.types.Commandline; | import org.apache.tools.ant.types.Commandline; | ||||
| @@ -319,7 +318,6 @@ public class Pvcs extends org.apache.tools.ant.Task | |||||
| public void execute() | public void execute() | ||||
| throws TaskException | throws TaskException | ||||
| { | { | ||||
| Project aProj = getProject(); | |||||
| int result = 0; | int result = 0; | ||||
| if( repository == null || repository.trim().equals( "" ) ) | if( repository == null || repository.trim().equals( "" ) ) | ||||