Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-extra-features/org.eclipse.papyrus.infra.gmfdiag.elk.feature/pom.xml')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.infra.gmfdiag.elk.feature/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.infra.gmfdiag.elk.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.infra.gmfdiag.elk.feature/pom.xml
new file mode 100644
index 00000000000..ab5369e0b98
--- /dev/null
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.infra.gmfdiag.elk.feature/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.2.0-SNAPSHOT</version>
+ <relativePath>../../../releng/extra</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.infra.gmfdiag.elk.feature</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.1.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project> \ No newline at end of file

Back to the top