Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCéline Janssens2014-07-23 07:57:04 +0000
committerCéline Janssens2014-07-29 11:40:46 +0000
commitb3ed5c39e013bd6af2c9e1ffdf397b551a7198e3 (patch)
tree5e9b656e0af3af5d98205149cd8cc61d72d067f2 /plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml
parent873ee04cc69a1ae657368106793651aaa01a1cd5 (diff)
downloadorg.eclipse.papyrus-b3ed5c39e013bd6af2c9e1ffdf397b551a7198e3.tar.gz
org.eclipse.papyrus-b3ed5c39e013bd6af2c9e1ffdf397b551a7198e3.tar.xz
org.eclipse.papyrus-b3ed5c39e013bd6af2c9e1ffdf397b551a7198e3.zip
440002: [All Diagrams] Documentation of new Marquee selection Tool
https://bugs.eclipse.org/bugs/show_bug.cgi?id=440002 New Plugin with Marquee Selection Tool Documentation Change-Id: I8c260443c448986adf4e4eddf484b867c7788dcc Signed-off-by: Céline Janssens <Celine.Janssens@all4tec.net>
Diffstat (limited to 'plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml')
-rw-r--r--plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml b/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml
new file mode 100644
index 00000000000..c078d92da7c
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/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-main.xml</relativePath>
+ </parent>
+ <artifactId>org.eclipse.papyrus.infra.gmfdiag.common.doc</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