diff options
Diffstat (limited to 'tests/junit/plugins/editor/pom.xml')
-rwxr-xr-x | tests/junit/plugins/editor/pom.xml | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/tests/junit/plugins/editor/pom.xml b/tests/junit/plugins/editor/pom.xml index bf0b076d429..2da48fffe32 100755 --- a/tests/junit/plugins/editor/pom.xml +++ b/tests/junit/plugins/editor/pom.xml @@ -1,27 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.eclipse.papyrus.tests</groupId> - <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId> - <version>0.0.1-SNAPSHOT</version> - </parent> - <groupId>org.eclipse.papyrus.tests</groupId> - <artifactId>org.eclipse.papyrus.editor.tests.releng</artifactId> - <version>0.0.1-SNAPSHOT</version> - <packaging>pom</packaging> + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.eclipse.papyrus.tests</groupId> + <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId> + <version>0.0.1-SNAPSHOT</version> + </parent> + <groupId>org.eclipse.papyrus.tests</groupId> + <artifactId>org.eclipse.papyrus.editor.tests.releng</artifactId> + <version>0.0.1-SNAPSHOT</version> + <packaging>pom</packaging> <description>Tests for the Eclipse Editors contributions of Papyrus</description> - - <modules> - <!-- Suites --> - <module>org.eclipse.papyrus.editors.suite.tests</module> - - <!-- Plugins --> - <module>org.eclipse.papyrus.eclipse.project.editors.tests</module> - <module>org.eclipse.papyrus.editor.integration.tests</module> - - </modules> - + + <modules> + <!-- Suites --> + <module>org.eclipse.papyrus.editors.suite.tests</module> + + <!-- Plugins --> + <module>org.eclipse.papyrus.eclipse.project.editors.tests</module> + <module>org.eclipse.papyrus.editor.integration.tests</module> + + </modules> + </project> |