Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2017-03-06 09:28:34 +0000
committerGerrit Code Review @ Eclipse.org2017-03-06 14:05:35 +0000
commit200d402ccfe8e5511ffc25d9817e78759e45dfca (patch)
treefef67ccfcea8f1cb227dab2c8df2ec6d28748f01 /extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/plugin.xml
parent90fe0571d7c86c15736d64bc10f482ce23d38977 (diff)
downloadorg.eclipse.papyrus-200d402ccfe8e5511ffc25d9817e78759e45dfca.tar.gz
org.eclipse.papyrus-200d402ccfe8e5511ffc25d9817e78759e45dfca.tar.xz
org.eclipse.papyrus-200d402ccfe8e5511ffc25d9817e78759e45dfca.zip
Bug 513134 - [BPMN] Remove code from master repository
- remove the plugins, feature - remove the references in pom.xml and extra feature Change-Id: I36e6d591431a788233dc32449ceaf418fca5ea0d Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/plugin.xml')
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/plugin.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/plugin.xml b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/plugin.xml
deleted file mode 100644
index 28c39e7742b..00000000000
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.collaboration/plugin.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- point="org.eclipse.papyrus.infra.types.core.elementTypeSetConfiguration">
- <elementTypeSet
- clientContextID="org.eclipse.papyrus.infra.services.edit.TypeContext"
- path="model/collaboration.elementtypesconfigurations">
- </elementTypeSet>
- </extension>
- <extension
- point="org.eclipse.papyrus.infra.types.core.elementTypeSetConfiguration">
- <elementTypeSet
- clientContextID="org.eclipse.papyrus.infra.services.edit.TypeContext"
- path="model/collaborationCustom.elementtypesconfigurations">
- </elementTypeSet>
- </extension>
- <extension
- point="org.eclipse.papyrus.uml.diagram.common.paletteDefinition">
- <paletteDefinition
- ID="org.eclipse.papyrus.bpmn.collaboration.palette"
- class="org.eclipse.papyrus.uml.diagram.common.service.ExtendedPluginPaletteProvider"
- icon="platform:/plugin/org.eclipse.gmf.runtime.diagram.ui/icons/group.gif"
- name="org.eclipse.papyrus.bpmn.collaboration.palette"
- path="model/collaboration.paletteConfiguration"
- provider="CEA LIST">
- <Priority
- name="Lowest">
- </Priority>
- <editor
- id="org.eclipse.papyrus.uml.diagram.activity">
- </editor>
- </paletteDefinition>
- </extension>
- <extension
- point="org.eclipse.papyrus.infra.gmfdiag.common.diagramExpansion">
- <diagramexpansion
- model="model/bpmnDiagramExpansion.xmi">
- </diagramexpansion>
- </extension>
-</plugin>

Back to the top