Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.m2m.atl.emftvm.trace.edit/pom.xml')
-rw-r--r--plugins/org.eclipse.m2m.atl.emftvm.trace.edit/pom.xml46
1 files changed, 24 insertions, 22 deletions
diff --git a/plugins/org.eclipse.m2m.atl.emftvm.trace.edit/pom.xml b/plugins/org.eclipse.m2m.atl.emftvm.trace.edit/pom.xml
index 1b3a8c8f..8afd8d3b 100644
--- a/plugins/org.eclipse.m2m.atl.emftvm.trace.edit/pom.xml
+++ b/plugins/org.eclipse.m2m.atl.emftvm.trace.edit/pom.xml
@@ -9,26 +9,28 @@
Contributors:
Obeo - initial creator
-->
- <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>
- <artifactId>m2m.atl-parent</artifactId>
- <groupId>org.eclipse.m2m.atl</groupId>
- <version>4.0.0-SNAPSHOT</version>
- <relativePath>../../releng/org.eclipse.m2m.atl.releng.parent</relativePath>
- </parent>
- <groupId>org.eclipse.m2m.atl</groupId>
- <artifactId>org.eclipse.m2m.atl.emftvm.trace.edit</artifactId>
- <version>4.0.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-source-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
+<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>
+ <artifactId>m2m.atl-parent</artifactId>
+ <groupId>org.eclipse.m2m.atl</groupId>
+ <version>4.0.0-SNAPSHOT</version>
+ <relativePath>../../releng/org.eclipse.m2m.atl.releng.parent</relativePath>
+ </parent>
+ <groupId>org.eclipse.m2m.atl</groupId>
+ <artifactId>org.eclipse.m2m.atl.emftvm.trace.edit</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top