Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Cadavid2015-10-23 11:51:11 +0000
committerJuan Cadavid2015-10-23 11:52:50 +0000
commitd093e96d7331379913e0bb336926451f6f4ca565 (patch)
treecfe611a0f0d4404b2fb2aa41a499d4d19487d405 /extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process
parent1e4b481b05c2c242f5fb0593d2e03e37940748a6 (diff)
downloadorg.eclipse.papyrus-d093e96d7331379913e0bb336926451f6f4ca565.tar.gz
org.eclipse.papyrus-d093e96d7331379913e0bb336926451f6f4ca565.tar.xz
org.eclipse.papyrus-d093e96d7331379913e0bb336926451f6f4ca565.zip
[BPMN] Palette correction
Diffstat (limited to 'extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process')
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/model/process.paletteConfiguration11
1 files changed, 11 insertions, 0 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/model/process.paletteConfiguration b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/model/process.paletteConfiguration
index 6d2b16e370a..e1a6b2fdcbd 100644
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/model/process.paletteConfiguration
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/model/process.paletteConfiguration
@@ -42,6 +42,17 @@
description="Drawer Configuration for BPMN Process Diagram Tasks">
<ownedConfigurations
xsi:type="paletteconfiguration:ToolConfiguration"
+ id="bpmn.task.tool"
+ label="Task"
+ description="Task (Opaque Action)">
+ <icon
+ pluginID="org.eclipse.papyrus.bpmn"
+ iconPath="/icons/Task.png"/>
+ <elementDescriptors
+ elementTypeId="org.eclipse.papyrus.bpmn.process.Task_Action_3007"/>
+ </ownedConfigurations>
+ <ownedConfigurations
+ xsi:type="paletteconfiguration:ToolConfiguration"
id="bpmn.manualTask.tool"
label="Manual Task"
description="Manual Task (Opaque Action)">

Back to the top