Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.dev.types/plugin.xml')
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.types/plugin.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.dev.types/plugin.xml b/plugins/developer/org.eclipse.papyrus.dev.types/plugin.xml
index a591e0bb35c..72f6f9d8c22 100644
--- a/plugins/developer/org.eclipse.papyrus.dev.types/plugin.xml
+++ b/plugins/developer/org.eclipse.papyrus.dev.types/plugin.xml
@@ -55,6 +55,30 @@
</visibleWhen>
</command>
</menuContribution>
+ <menuContribution
+ allPopups="false"
+ locationURI="popup:org.eclipse.ui.popup.any">
+ <command
+ commandId="org.eclipse.papyrus.infra.dev.types.commands.migrateSpecializations"
+ id="org.eclipse.papyrus.infra.dev.types.menus.migrateSpecializations"
+ label="Migrate Specializations"
+ mnemonic="S"
+ style="push">
+ <visibleWhen
+ checkEnabled="false">
+ <with
+ variable="selection">
+ <iterate
+ ifEmpty="false"
+ operator="and">
+ <adapt
+ type="org.eclipse.core.resources.IFile">
+ </adapt>
+ </iterate>
+ </with>
+ </visibleWhen>
+ </command>
+ </menuContribution>
</extension>
<extension
@@ -69,6 +93,11 @@
id="org.eclipse.papyrus.infra.dev.types.commands.generateElementTypesRegistry"
name="Generate ElementTypes Registry">
</command>
+ <command
+ defaultHandler="org.eclipse.papyrus.dev.types.handlers.MigrateSpecializations"
+ id="org.eclipse.papyrus.infra.dev.types.commands.migrateSpecializations"
+ name="Migrate Specializations">
+ </command>
</extension>
<extension
point="org.eclipse.ui.views">

Back to the top