Browse Source

organize imports

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@489091 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 18 years ago
parent
commit
0f59f57c4d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/tests/junit/org/apache/tools/ant/taskdefs/ManifestClassPathTest.java

+ 0
- 2
src/tests/junit/org/apache/tools/ant/taskdefs/ManifestClassPathTest.java View File

@@ -18,11 +18,9 @@
package org.apache.tools.ant.taskdefs; package org.apache.tools.ant.taskdefs;




import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.BuildFileTest; import org.apache.tools.ant.BuildFileTest;
import org.apache.tools.ant.taskdefs.condition.Os; import org.apache.tools.ant.taskdefs.condition.Os;
import org.apache.tools.ant.util.JavaEnvUtils; import org.apache.tools.ant.util.JavaEnvUtils;
import org.apache.tools.ant.util.regexp.RegexpMatcher;
import org.apache.tools.ant.util.regexp.RegexpMatcherFactory; import org.apache.tools.ant.util.regexp.RegexpMatcherFactory;


/** /**


Loading…
Cancel
Save