git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269061 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -46,7 +46,7 @@ import org.apache.myrmidon.components.embeddor.Embeddor; | |||||
| import org.apache.myrmidon.components.embeddor.MyrmidonEmbeddor; | import org.apache.myrmidon.components.embeddor.MyrmidonEmbeddor; | ||||
| import org.apache.myrmidon.launcher.LauncherClassLoader; | import org.apache.myrmidon.launcher.LauncherClassLoader; | ||||
| import org.apache.myrmidon.listeners.ProjectListener; | import org.apache.myrmidon.listeners.ProjectListener; | ||||
| import org.apache.myrmidon.model.Project; | |||||
| import org.apache.myrmidon.components.model.Project; | |||||
| /** | /** | ||||
| * The class to kick the tires and light the fires. | * The class to kick the tires and light the fires. | ||||
| @@ -9,7 +9,7 @@ package org.apache.ant.modules.basic; | |||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| import org.apache.ant.AntException; | import org.apache.ant.AntException; | ||||
| import org.apache.myrmidon.model.Project; | |||||
| import org.apache.myrmidon.components.model.Project; | |||||
| import org.apache.ant.project.ProjectEngine; | import org.apache.ant.project.ProjectEngine; | ||||
| import org.apache.myrmidon.api.AbstractTask; | import org.apache.myrmidon.api.AbstractTask; | ||||
| import org.apache.myrmidon.api.DefaultTaskContext; | import org.apache.myrmidon.api.DefaultTaskContext; | ||||
| @@ -25,8 +25,8 @@ import org.apache.myrmidon.api.DefaultTaskContext; | |||||
| import org.apache.myrmidon.api.TaskContext; | import org.apache.myrmidon.api.TaskContext; | ||||
| import org.apache.myrmidon.components.executor.Executor; | import org.apache.myrmidon.components.executor.Executor; | ||||
| import org.apache.myrmidon.listeners.ProjectListener; | import org.apache.myrmidon.listeners.ProjectListener; | ||||
| import org.apache.myrmidon.model.Project; | |||||
| import org.apache.myrmidon.model.Target; | |||||
| import org.apache.myrmidon.components.model.Project; | |||||
| import org.apache.myrmidon.components.model.Target; | |||||
| /** | /** | ||||
| * This is the default implementation of ProjectEngine. | * This is the default implementation of ProjectEngine. | ||||
| @@ -11,7 +11,7 @@ import org.apache.ant.AntException; | |||||
| import org.apache.avalon.framework.component.Component; | import org.apache.avalon.framework.component.Component; | ||||
| import org.apache.myrmidon.api.TaskContext; | import org.apache.myrmidon.api.TaskContext; | ||||
| import org.apache.myrmidon.listeners.ProjectListener; | import org.apache.myrmidon.listeners.ProjectListener; | ||||
| import org.apache.myrmidon.model.Project; | |||||
| import org.apache.myrmidon.components.model.Project; | |||||
| /** | /** | ||||
| * This is the interface between ProjectEngine and rest of the system. | * This is the interface between ProjectEngine and rest of the system. | ||||
| @@ -18,10 +18,10 @@ import org.apache.avalon.framework.configuration.DefaultConfigurationBuilder; | |||||
| import org.apache.avalon.framework.logger.AbstractLoggable; | import org.apache.avalon.framework.logger.AbstractLoggable; | ||||
| import org.apache.log.Logger; | import org.apache.log.Logger; | ||||
| import org.apache.myrmidon.api.TaskContext; | import org.apache.myrmidon.api.TaskContext; | ||||
| import org.apache.myrmidon.model.DefaultProject; | |||||
| import org.apache.myrmidon.model.DefaultTarget; | |||||
| import org.apache.myrmidon.model.Project; | |||||
| import org.apache.myrmidon.model.Target; | |||||
| import org.apache.myrmidon.components.model.DefaultProject; | |||||
| import org.apache.myrmidon.components.model.DefaultTarget; | |||||
| import org.apache.myrmidon.components.model.Project; | |||||
| import org.apache.myrmidon.components.model.Target; | |||||
| import org.xml.sax.InputSource; | import org.xml.sax.InputSource; | ||||
| import org.xml.sax.SAXException; | import org.xml.sax.SAXException; | ||||
| @@ -11,7 +11,7 @@ import java.io.File; | |||||
| import java.io.IOException; | import java.io.IOException; | ||||
| import org.apache.ant.AntException; | import org.apache.ant.AntException; | ||||
| import org.apache.avalon.framework.component.Component; | import org.apache.avalon.framework.component.Component; | ||||
| import org.apache.myrmidon.model.Project; | |||||
| import org.apache.myrmidon.components.model.Project; | |||||
| /** | /** | ||||
| * Interface implemented by components that build projects from sources. | * Interface implemented by components that build projects from sources. | ||||
| @@ -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.model; | |||||
| package org.apache.myrmidon.components.model; | |||||
| import java.io.File; | import java.io.File; | ||||
| import java.io.IOException; | import java.io.IOException; | ||||
| @@ -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.model; | |||||
| package org.apache.myrmidon.components.model; | |||||
| import java.util.ArrayList; | import java.util.ArrayList; | ||||
| import org.apache.ant.util.Condition; | import org.apache.ant.util.Condition; | ||||
| @@ -5,14 +5,14 @@ | |||||
| * 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.model; | |||||
| package org.apache.myrmidon.components.model; | |||||
| import java.io.File; | import java.io.File; | ||||
| import org.apache.avalon.framework.component.Component; | import org.apache.avalon.framework.component.Component; | ||||
| /** | /** | ||||
| * Abstraction used to interact with projects. | * Abstraction used to interact with projects. | ||||
| * Implementations may choose to structure it anyway they choose. | |||||
| * Implementations may choose to structure it anyway they choose. | |||||
| * | * | ||||
| * TODO: Determine if projects should carry their own name. Breaks IOC but | * TODO: Determine if projects should carry their own name. Breaks IOC but | ||||
| * Can be useful as project files embed own name (or should that be description). | * Can be useful as project files embed own name (or should that be description). | ||||
| @@ -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.model; | |||||
| package org.apache.myrmidon.components.model; | |||||
| import org.apache.ant.util.Condition; | import org.apache.ant.util.Condition; | ||||
| import org.apache.avalon.framework.component.Component; | import org.apache.avalon.framework.component.Component; | ||||