Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Noyrit2015-06-09 12:47:06 +0000
committerFlorian Noyrit2015-06-09 12:47:06 +0000
commit7d2fc4d712d7a64ffaa21d7012a8997a0968949b (patch)
treed28404ea6005786be9d16ce7e66641cf7bd0dd7c /features/papyrus-extra-features/org.eclipse.papyrus.dd.feature/pom.xml
parentd392162afac9435aeb62d503192623fd487d1815 (diff)
downloadorg.eclipse.papyrus-7d2fc4d712d7a64ffaa21d7012a8997a0968949b.tar.gz
org.eclipse.papyrus-7d2fc4d712d7a64ffaa21d7012a8997a0968949b.tar.xz
org.eclipse.papyrus-7d2fc4d712d7a64ffaa21d7012a8997a0968949b.zip
Update DD plugins to fit mars build and add DD features
Contributes Changes 48969, 48842, 48843, 48578 Change-Id: I0000000000000000000000000000000000000000
Diffstat (limited to 'features/papyrus-extra-features/org.eclipse.papyrus.dd.feature/pom.xml')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.dd.feature/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.dd.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.dd.feature/pom.xml
new file mode 100644
index 00000000000..a1ccbd1eb9f
--- /dev/null
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.dd.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</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.1.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.dd.feature</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project> \ No newline at end of file

Back to the top