donaldp 02/01/12 16:02:30
Modified: proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/junit
BatchTest.java
Log:
Project no longer needed here
Revision Changes Path
1.8 +1 -16 jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/junit/BatchTest.java
Index: BatchTest.java
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/optional/junit/BatchTest.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- BatchTest.java 6 Jan 2002 02:28:02 -0000 1.7
+++ BatchTest.java 13 Jan 2002 00:02:30 -0000 1.8
@@ -12,7 +12,7 @@
import java.util.Arrays;
import java.util.Iterator;
import org.apache.myrmidon.api.TaskException;
-import org.apache.tools.ant.DirectoryScanner;
+import org.apache.tools.ant.types.DirectoryScanner;
import org.apache.tools.ant.Project;
import org.apache.tools.ant.types.FileSet;
@@ -38,21 +38,6 @@
* the list of filesets containing the testcase filename rules
*/
private ArrayList filesets = new ArrayList();
-
- /**
- * the reference to the project
- */
- private Project project;
-
- /**
- * create a new batchtest instance
- *
- * @param project the project it depends on.
- */
- public BatchTest( Project project )
- {
- this.project = project;
- }
/**
* Convenient method to convert a pathname without extension to a fully
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|