Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2015-05-13 11:46:35 +0000
committerBenoit Maggi2015-05-19 07:44:32 +0000
commita6ea5413eb37ce34239117f8b9cf5be3f0c37278 (patch)
tree5b8c3b424b63bfbff36e1275a7b76968650b6d6b /features/papyrus-extra-features/org.eclipse.papyrus.uml.diagram.education.feature/pom.xml
parent0404d7554615f6a775ec77f73c6a00c258db2ad8 (diff)
downloadorg.eclipse.papyrus-a6ea5413eb37ce34239117f8b9cf5be3f0c37278.tar.gz
org.eclipse.papyrus-a6ea5413eb37ce34239117f8b9cf5be3f0c37278.tar.xz
org.eclipse.papyrus-a6ea5413eb37ce34239117f8b9cf5be3f0c37278.zip
Bug 467201 - [P4Education]Publish the first version of the extra
Change-Id: I9db556382c025eca9390629bb738bab1fbbf117b Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr> Reviewed-on: https://git.eclipse.org/r/47822 Tested-by: Hudson CI
Diffstat (limited to 'features/papyrus-extra-features/org.eclipse.papyrus.uml.diagram.education.feature/pom.xml')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.uml.diagram.education.feature/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.uml.diagram.education.feature/pom.xml b/features/papyrus-extra-features/org.eclipse.papyrus.uml.diagram.education.feature/pom.xml
new file mode 100644
index 00000000000..e9ab2d6ca35
--- /dev/null
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.uml.diagram.education.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>
+ <groupId>org.eclipse.papyrus</groupId>
+ <artifactId>org.eclipse.papyrus.uml.diagram.education.feature</artifactId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project> \ No newline at end of file

Back to the top