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/model/collaborationCustom.elementtypesconfigurations
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/model/collaborationCustom.elementtypesconfigurations')
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/model/collaborationCustom.elementtypesconfigurations37
1 files changed, 37 insertions, 0 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/model/collaborationCustom.elementtypesconfigurations b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/model/collaborationCustom.elementtypesconfigurations
new file mode 100644
index 00000000000..e8b1d1a2756
--- /dev/null
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/model/collaborationCustom.elementtypesconfigurations
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ASCII"?>
+<elementtypesconfigurations:ElementTypeSetConfiguration
+ xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:applystereotypeadviceconfiguration="http://www.eclipse.org/papyrus/infra/elementtypesconfigurations/uml/applystereotypeadvice/1.0"
+ xmlns:elementtypesconfigurations="http://www.eclipse.org/papyrus/infra/elementtypesconfigurations/1.0"
+ xmi:id="_s7URMAkGEeWVleXnap4Kwg"
+ name="BPMNProfile"
+ identifier="org.eclipse.papyrus.bpmn.collaboration.elementTypeSetCustom"
+ metamodelNsURI="http://www.eclipse.org/uml2/5.0.0/UML">
+ <elementTypeConfigurations
+ xsi:type="elementtypesconfigurations:SpecializationTypeConfiguration"
+ xmi:id="_ODZj0BBDEeWXVJ4WhgYiRw"
+ name="Lane ActivityPartition"
+ identifier="org.eclipse.papyrus.bpmn.collaboration.Lane_Partition"
+ hint="lane_partition">
+ <iconEntry
+ xmi:id="_ODZj0RBDEeWXVJ4WhgYiRw"
+ iconPath="/icons/full/obj16/ActivityPartition.gif"
+ bundleId="org.eclipse.uml2.uml.edit"/>
+ <specializedTypesID>org.eclipse.papyrus.bpmn.Lane_ActivityPartition</specializedTypesID>
+ </elementTypeConfigurations>
+ <elementTypeConfigurations
+ xsi:type="elementtypesconfigurations:SpecializationTypeConfiguration"
+ xmi:id="_s7UR7gkGEeWVleXnap4Kwg3"
+ name="Task Action"
+ identifier="org.eclipse.papyrus.bpmn.collaboration.Task_Action_3007"
+ hint="3007">
+ <iconEntry
+ xmi:id="_s7UR7wkGEeWVleXnap4Kwg4"
+ iconPath="/icons/full/obj16/OpaqueAction.gif"
+ bundleId="org.eclipse.uml2.uml.edit"/>
+ <specializedTypesID>org.eclipse.papyrus.bpmn.Task_OpaqueAction</specializedTypesID>
+ <specializedTypesID>org.eclipse.papyrus.uml.diagram.activity.OpaqueAction_3007</specializedTypesID>
+ </elementTypeConfigurations>
+</elementtypesconfigurations:ElementTypeSetConfiguration>

Back to the top