|
|
@@ -15,8 +15,8 @@ import java.net.URLClassLoader; |
|
|
|
import java.util.ArrayList; |
|
|
|
import java.util.Enumeration; |
|
|
|
import java.util.Hashtable; |
|
|
|
import org.apache.myrmidon.api.AbstractTask; |
|
|
|
import org.apache.myrmidon.api.TaskException; |
|
|
|
import org.apache.tools.ant.Task; |
|
|
|
import org.apache.tools.ant.types.DirectoryScanner; |
|
|
|
import org.apache.tools.ant.types.FileSet; |
|
|
|
import org.apache.tools.ant.types.Path; |
|
|
@@ -39,7 +39,7 @@ import org.xml.sax.helpers.ParserAdapter; |
|
|
|
* raphael.pierquin@agisphere.com</a> |
|
|
|
*/ |
|
|
|
public class XMLValidateTask |
|
|
|
extends Task |
|
|
|
extends AbstractTask |
|
|
|
{ |
|
|
|
/** |
|
|
|
* The default implementation parser classname used by the task to process |
|
|
|