diff options
author | Juan Cadavid | 2015-10-23 09:19:48 +0000 |
---|---|---|
committer | Juan Cadavid | 2015-10-23 09:21:43 +0000 |
commit | bc92ef9c1fe360c968cd223fd5ce72bb4b05a4ff (patch) | |
tree | b026ec2564a6646d484036a9e3e93cb566b146a7 | |
parent | 58b3a51cb2ee3795401772e9364c298cfceb0058 (diff) | |
download | org.eclipse.papyrus-bc92ef9c1fe360c968cd223fd5ce72bb4b05a4ff.tar.gz org.eclipse.papyrus-bc92ef9c1fe360c968cd223fd5ce72bb4b05a4ff.tar.xz org.eclipse.papyrus-bc92ef9c1fe360c968cd223fd5ce72bb4b05a4ff.zip |
Bug 480488: [BPMN] All Task icons are the same
they should be changed to specific ones
https://bugs.eclipse.org/bugs/show_bug.cgi?id=480488
Change-Id: I92f71dc8525f79fbbed7369bb300b6ca9e795b75
Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
-rw-r--r-- | extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css | 1 | ||||
-rw-r--r-- | extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/model/process.paletteConfiguration | 11 |
2 files changed, 0 insertions, 12 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css index 29f0b3706a7..943be9f7bfe 100644 --- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.common/css/style.css @@ -66,7 +66,6 @@ OpaqueAction > Compartment[kind="symbol"] { [appliedStereotypes~="BPMNProfile::Task"]{ fillColor: white; displayTag: false; - svgFile: "platform:/plugin/org.eclipse.papyrus.bpmn.diagram.common/shapes/Task.svg"; } [appliedStereotypes~="BPMNProfile::ManualTask"]{ 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 e1a6b2fdcbd..6d2b16e370a 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,17 +42,6 @@ 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)"> |