Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Wouters2014-06-12 08:15:29 +0000
committerCamille Letavernier2014-06-20 14:09:28 +0000
commit647e9f420dc4e5f97213c9650073388ca2ebec77 (patch)
treefa0c40256a932b54e57fc2f00be62b8059294a18 /extraplugins/moka/org.eclipse.papyrus.moka.ui/pom.xml
parent4b2970d40abf103378832f887244de87d2c5fcfc (diff)
downloadorg.eclipse.papyrus-647e9f420dc4e5f97213c9650073388ca2ebec77.tar.gz
org.eclipse.papyrus-647e9f420dc4e5f97213c9650073388ca2ebec77.tar.xz
org.eclipse.papyrus-647e9f420dc4e5f97213c9650073388ca2ebec77.zip
[releng] Added Moka as an extra to the Buckminster and Tycho builds
Signed-off-by: Laurent Wouters <laurent.wouters@cea.fr>
Diffstat (limited to 'extraplugins/moka/org.eclipse.papyrus.moka.ui/pom.xml')
-rw-r--r--extraplugins/moka/org.eclipse.papyrus.moka.ui/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/extraplugins/moka/org.eclipse.papyrus.moka.ui/pom.xml b/extraplugins/moka/org.eclipse.papyrus.moka.ui/pom.xml
new file mode 100644
index 00000000000..5e81821e54a
--- /dev/null
+++ b/extraplugins/moka/org.eclipse.papyrus.moka.ui/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.0.0-SNAPSHOT</version>
+ <relativePath>../../../releng/top-pom-extras.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.moka.ui</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file

Back to the top