|
|
@@ -60,26 +60,26 @@ import java.io.FileNotFoundException; |
|
|
|
import java.io.IOException; |
|
|
|
import java.io.UnsupportedEncodingException; |
|
|
|
import java.util.Locale; |
|
|
|
import org.xml.sax.Locator; |
|
|
|
import org.xml.sax.InputSource; |
|
|
|
import org.xml.sax.HandlerBase; |
|
|
|
import org.xml.sax.SAXException; |
|
|
|
import org.xml.sax.SAXParseException; |
|
|
|
import org.xml.sax.DocumentHandler; |
|
|
|
import org.xml.sax.AttributeList; |
|
|
|
import org.xml.sax.helpers.XMLReaderAdapter; |
|
|
|
import org.apache.tools.ant.ProjectHelper; |
|
|
|
import org.apache.tools.ant.UnknownElement; |
|
|
|
import org.apache.tools.ant.Project; |
|
|
|
import org.apache.tools.ant.BuildException; |
|
|
|
import org.apache.tools.ant.Target; |
|
|
|
import org.apache.tools.ant.Task; |
|
|
|
import org.apache.tools.ant.RuntimeConfigurable; |
|
|
|
import org.apache.tools.ant.IntrospectionHelper; |
|
|
|
import org.apache.tools.ant.TaskContainer; |
|
|
|
import org.apache.tools.ant.Location; |
|
|
|
import org.apache.tools.ant.Project; |
|
|
|
import org.apache.tools.ant.ProjectHelper; |
|
|
|
import org.apache.tools.ant.RuntimeConfigurable; |
|
|
|
import org.apache.tools.ant.Target; |
|
|
|
import org.apache.tools.ant.Task; |
|
|
|
import org.apache.tools.ant.TaskAdapter; |
|
|
|
import org.apache.tools.ant.TaskContainer; |
|
|
|
import org.apache.tools.ant.UnknownElement; |
|
|
|
import org.apache.tools.ant.util.JAXPUtils; |
|
|
|
import org.xml.sax.AttributeList; |
|
|
|
import org.xml.sax.DocumentHandler; |
|
|
|
import org.xml.sax.HandlerBase; |
|
|
|
import org.xml.sax.InputSource; |
|
|
|
import org.xml.sax.Locator; |
|
|
|
import org.xml.sax.SAXException; |
|
|
|
import org.xml.sax.SAXParseException; |
|
|
|
import org.xml.sax.helpers.XMLReaderAdapter; |
|
|
|
|
|
|
|
/** |
|
|
|
* Original helper. |
|
|
|