Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/plugin.xml')
-rw-r--r--plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/plugin.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/plugin.xml b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/plugin.xml
index c560f7e5e4a..1ea6150e434 100644
--- a/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/plugin.xml
+++ b/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/plugin.xml
@@ -80,9 +80,10 @@
<extension
point="org.eclipse.ui.preferencePages">
<page
- class="org.eclipse.papyrus.uml.alf.ui.CommonExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"
- id="org.eclipse.papyrus.uml.alf.Common"
- name="Common">
+ category="org.eclipse.papyrus.embeddededitors"
+ class="org.eclipse.papyrus.uml.alf.ui.CommonExecutableExtensionFactory:org.eclipse.xtext.ui.editor.preferences.LanguageRootPreferencePage"
+ id="org.eclipse.papyrus.uml.alf.Common"
+ name="Common">
<keywordReference id="org.eclipse.papyrus.uml.alf.ui.keyword_Common"/>
</page>
<page

Back to the top