diff options
author | Vincent Lorenzo | 2018-10-16 09:25:11 +0000 |
---|---|---|
committer | Quentin Le Menez | 2018-10-16 15:14:12 +0000 |
commit | 7b41e65b0aeb755ee100c1ee0eb84332cced7797 (patch) | |
tree | ff33feec4e03a10a5390e71b79d5ff1affaf8070 /tests/junit/plugins/editor/pom.xml | |
parent | e883b2e637c0b07478c1fbf0a9f6d8ce79d92e49 (diff) | |
download | org.eclipse.papyrus-7b41e65b0aeb755ee100c1ee0eb84332cced7797.tar.gz org.eclipse.papyrus-7b41e65b0aeb755ee100c1ee0eb84332cced7797.tar.xz org.eclipse.papyrus-7b41e65b0aeb755ee100c1ee0eb84332cced7797.zip |
Bug 539022 - [Releng] Format and complete some pom.xml
Change-Id: I68e20234bf94ad7e207f65807cb520c1cabb9b5b
Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
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> |