Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/bpmn/org.eclipse.papyrus.bpmn/plugin.xml')
-rw-r--r--extraplugins/bpmn/org.eclipse.papyrus.bpmn/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/plugin.xml b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/plugin.xml
index 5eef53d7391..00b5966d971 100644
--- a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/plugin.xml
+++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/plugin.xml
@@ -41,6 +41,13 @@
</elementTypeSet>
</extension>
<extension
+ point="org.eclipse.papyrus.infra.elementtypesconfigurations.elementTypeSetConfiguration">
+ <elementTypeSet
+ id="org.eclipse.papyrus.bpmn.customElementTypeSet"
+ path="model/customBpmn.elementtypesconfigurations">
+ </elementTypeSet>
+ </extension>
+ <extension
point="org.eclipse.papyrus.views.properties.context">
<context
contextModel="properties/bpmn.ctx"

Back to the top