diff options
Diffstat (limited to 'extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/plugin.xml')
-rw-r--r-- | extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/plugin.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/plugin.xml b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/plugin.xml index 3aa5e416b03..12d54823fce 100644 --- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/plugin.xml +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn.diagram.process/plugin.xml @@ -2,14 +2,14 @@ <?eclipse version="3.4"?> <plugin> <extension - point="org.eclipse.papyrus.infra.elementtypesconfigurations.elementTypeSetConfiguration"> + point="org.eclipse.papyrus.infra.types.core.elementTypeSetConfiguration"> <elementTypeSet clientContextID="org.eclipse.papyrus.infra.services.edit.TypeContext" path="model/process.elementtypesconfigurations"> </elementTypeSet> </extension> <extension - point="org.eclipse.papyrus.infra.elementtypesconfigurations.elementTypeSetConfiguration"> + point="org.eclipse.papyrus.infra.types.core.elementTypeSetConfiguration"> <elementTypeSet clientContextID="org.eclipse.papyrus.infra.services.edit.TypeContext" path="model/processCustom.elementtypesconfigurations"> |