Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.e4.tools.emf.editor3x/plugin.xml')
-rw-r--r--bundles/org.eclipse.e4.tools.emf.editor3x/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.e4.tools.emf.editor3x/plugin.xml b/bundles/org.eclipse.e4.tools.emf.editor3x/plugin.xml
index d141b313..05d1907e 100644
--- a/bundles/org.eclipse.e4.tools.emf.editor3x/plugin.xml
+++ b/bundles/org.eclipse.e4.tools.emf.editor3x/plugin.xml
@@ -23,6 +23,9 @@
<contributionClassCreator
class="org.eclipse.e4.tools.emf.editor3x.extension.AddonContributionEditor">
</contributionClassCreator>
+ <contributionClassCreator
+ class="org.eclipse.e4.tools.emf.editor3x.extension.DynamicMenuContributionContributionEditor">
+ </contributionClassCreator>
</extension>
<extension
point="org.eclipse.ui.preferencePages">

Back to the top