Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/EFFBD/org.eclipse.papyrus.effbd/plugin.xml')
-rw-r--r--extraplugins/EFFBD/org.eclipse.papyrus.effbd/plugin.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/plugin.xml b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/plugin.xml
index ae7debd6d48..958540a68a5 100644
--- a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/plugin.xml
+++ b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/plugin.xml
@@ -24,16 +24,16 @@
</menuCreationModel>
</extension>
<extension
- point="org.eclipse.papyrus.infra.elementtypesconfigurations.elementTypeSetConfiguration">
+ point="org.eclipse.papyrus.infra.types.core.elementTypeSetConfiguration">
<elementTypeSet
- id="org.eclipse.papyrus.effbd.elementTypeSet"
+ clientContextID="org.eclipse.papyrus.infra.services.edit.TypeContext"
path="resource/EFFB.elementtypesconfigurations">
</elementTypeSet>
</extension>
<extension
- point="org.eclipse.papyrus.infra.elementtypesconfigurations.elementTypeSetConfiguration">
+ point="org.eclipse.papyrus.infra.types.core.elementTypeSetConfiguration">
<elementTypeSet
- id="org.eclipse.papyrus.effbd.graphicalelementTypeSet"
+ clientContextID="org.eclipse.papyrus.infra.services.edit.TypeContext"
path="resource/GraphicalEFFB.elementtypesconfigurations">
</elementTypeSet>
</extension>

Back to the top