Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Cadavid2016-01-02 14:42:18 +0000
committerJuan Cadavid2016-01-08 17:49:59 +0000
commit2ca4b6471e550fd61cc3f1d07ac92677584a77fd (patch)
treeb54b4fedc4f5881afb5dbc99215d2d2ea4acd375 /extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml
parent5a8347c6a3bceb39103ea0362085c9426c3c4b7e (diff)
downloadorg.eclipse.papyrus-2ca4b6471e550fd61cc3f1d07ac92677584a77fd.tar.gz
org.eclipse.papyrus-2ca4b6471e550fd61cc3f1d07ac92677584a77fd.tar.xz
org.eclipse.papyrus-2ca4b6471e550fd61cc3f1d07ac92677584a77fd.zip
485077: [BPMN] Provide an editor for the collaboration diagram
https://bugs.eclipse.org/bugs/show_bug.cgi?id=485077 Change-Id: I2defc6b9b0979267018ef9bed5fa5dd6c3e3b83f Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
Diffstat (limited to 'extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml')
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml
new file mode 100644
index 00000000000..a31bb5abe11
--- /dev/null
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/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.bpmn.diagram.process</artifactId>
+ <groupId>org.eclipse.papyrus</groupId>
+ <version>0.7.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project> \ No newline at end of file

Back to the top