Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/plugin.xml')
-rw-r--r--examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/plugin.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/plugin.xml b/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/plugin.xml
index c019e9ef449..e547bc1f9dd 100644
--- a/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/plugin.xml
+++ b/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/plugin.xml
@@ -23,14 +23,11 @@
</extension>
<extension
point="org.eclipse.ui.newWizards">
- <category
- id="org.eclipse.papyrus.example.sashwindows"
- name="Sash Windows Examples">
- </category>
+ <!-- @generated NOT -->
<wizard
- name="Sash Windows Full Editor"
+ name="%wizardSash"
icon="icons/sample.gif"
- category="org.eclipse.papyrus.example.sashwindows"
+ category="org.eclipse.papyrus.wizards.category/org.eclipse.papyrus.examples"
class="org.eclipse.papyrus.example.core.sashwindows.fulleditor.wizards.MultiTextNewWizard"
id="org.eclipse.papyrus.example.sashwindows.wizards.FullEditor">
</wizard>

Back to the top