diff options
-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)"> |