|
|
@@ -57,7 +57,6 @@ package org.apache.tools.ant.taskdefs; |
|
|
|
import org.apache.tools.ant.BuildException; |
|
|
|
import org.apache.tools.ant.DirectoryScanner; |
|
|
|
import org.apache.tools.ant.Project; |
|
|
|
import org.apache.tools.ant.types.Commandline; |
|
|
|
import org.apache.tools.ant.types.Path; |
|
|
|
import org.apache.tools.ant.types.Reference; |
|
|
|
import org.apache.tools.ant.util.GlobPatternMapper; |
|
|
@@ -68,8 +67,6 @@ import org.apache.tools.ant.taskdefs.compilers.CompilerAdapter; |
|
|
|
import org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory; |
|
|
|
|
|
|
|
import java.io.File; |
|
|
|
import java.util.Enumeration; |
|
|
|
import java.util.Vector; |
|
|
|
|
|
|
|
/** |
|
|
|
* Task to compile Java source files. This task can take the following |
|
|
|