Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.workingsets.editor/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.workingsets.editor/plugin.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.workingsets.editor/plugin.xml b/plugins/org.eclipse.emf.cdo.releng.workingsets.editor/plugin.xml
index 828474b25a..41f9b292d5 100644
--- a/plugins/org.eclipse.emf.cdo.releng.workingsets.editor/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.releng.workingsets.editor/plugin.xml
@@ -23,6 +23,7 @@
<extension
point="org.eclipse.ui.preferencePages">
<page
+ category="org.eclipse.emf.cdo.releng.ui.preferences.RelengPreferencePage"
class="org.eclipse.emf.cdo.releng.workingsets.presentation.WorkingSetsPreferencePage"
id="org.eclipse.emf.cdo.releng.workingsets.presentation.VersionBuilderPreferencePage"
name="Dynamic Working Sets">
@@ -34,11 +35,14 @@
<category
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
+ <category
+ id="org.eclipse.emf.cdo.releng"
+ name="%_UI_Wizard_category"/>
<wizard
id="org.eclipse.emf.cdo.releng.workingsets.presentation.WorkingSetsModelWizardID"
name="%_UI_WorkingSetsModelWizard_label"
class="org.eclipse.emf.cdo.releng.workingsets.presentation.WorkingSetsModelWizard"
- category="org.eclipse.emf.ecore.Wizard.category.ID"
+ category="org.eclipse.emf.cdo.releng"
icon="icons/full/obj16/WorkingSetsModelFile.gif">
<description>%_UI_WorkingSetsModelWizard_description</description>
<selection class="org.eclipse.core.resources.IResource"/>

Back to the top