git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270240 13f79535-47bb-0310-9956-ffa450edef68master
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE file. | * the LICENSE file. | ||||
*/ | */ | ||||
package org.apache.myrmidon.libs.selftest; | |||||
package org.apache.antlib.selftest; | |||||
import org.apache.avalon.framework.configuration.Configurable; | import org.apache.avalon.framework.configuration.Configurable; | ||||
import org.apache.avalon.framework.configuration.Configuration; | import org.apache.avalon.framework.configuration.Configuration; |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE file. | * the LICENSE file. | ||||
*/ | */ | ||||
package org.apache.myrmidon.libs.selftest; | |||||
package org.apache.antlib.selftest; | |||||
import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; |
@@ -5,11 +5,11 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE file. | * the LICENSE file. | ||||
*/ | */ | ||||
package org.apache.myrmidon.libs.selftest; | |||||
package org.apache.antlib.selftest; | |||||
import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; | ||||
import org.apache.myrmidon.libs.selftest.extension1.ExtensionsLoadedClass; | |||||
import org.apache.antlib.selftest.extension1.ExtensionsLoadedClass; | |||||
/** | /** | ||||
* This is to test whether extension is loaded. | * This is to test whether extension is loaded. |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE file. | * the LICENSE file. | ||||
*/ | */ | ||||
package org.apache.myrmidon.libs.selftest; | |||||
package org.apache.antlib.selftest; | |||||
import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE file. | * the LICENSE file. | ||||
*/ | */ | ||||
package org.apache.myrmidon.libs.selftest; | |||||
package org.apache.antlib.selftest; | |||||
import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
import org.apache.myrmidon.api.TaskException; | import org.apache.myrmidon.api.TaskException; |
@@ -5,7 +5,7 @@ | |||||
* version 1.1, a copy of which has been included with this distribution in | * version 1.1, a copy of which has been included with this distribution in | ||||
* the LICENSE file. | * the LICENSE file. | ||||
*/ | */ | ||||
package org.apache.myrmidon.libs.selftest.extension1; | |||||
package org.apache.antlib.selftest.extension1; | |||||
/** | /** | ||||
* This is to test whether extension is loaded. | * This is to test whether extension is loaded. |
@@ -1,11 +1,11 @@ | |||||
<ant-lib> | |||||
<ant-lib> | |||||
<types> | <types> | ||||
<!-- tasks to test operation of engine --> | <!-- tasks to test operation of engine --> | ||||
<task name="prim-test" classname="org.apache.myrmidon.libs.selftest.PrimitiveTypesTest" /> | |||||
<task name="sub-elements-test" classname="org.apache.myrmidon.libs.selftest.SubElementTest" /> | |||||
<task name="conf-test" classname="org.apache.myrmidon.libs.selftest.ConfigurationTest" /> | |||||
<task name="content-test" classname="org.apache.myrmidon.libs.selftest.ContentTest" /> | |||||
<task name="file-manip-test" classname="org.apache.myrmidon.libs.selftest.FileManipulationTest" /> | |||||
<task name="extensions-test" classname="org.apache.myrmidon.libs.selftest.ExtensionsTest" /> | |||||
<task name="prim-test" classname="org.apache.antlib.selftest.PrimitiveTypesTest" /> | |||||
<task name="sub-elements-test" classname="org.apache.antlib.selftest.SubElementTest" /> | |||||
<task name="conf-test" classname="org.apache.antlib.selftest.ConfigurationTest" /> | |||||
<task name="content-test" classname="org.apache.antlib.selftest.ContentTest" /> | |||||
<task name="file-manip-test" classname="org.apache.antlib.selftest.FileManipulationTest" /> | |||||
<task name="extensions-test" classname="org.apache.antlib.selftest.ExtensionsTest" /> | |||||
</types> | </types> | ||||
</ant-lib> | </ant-lib> |