Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml b/examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml
index 45f30f73a..e6a53bbc2 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml
+++ b/examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml
@@ -27,11 +27,8 @@
</extension>
<extension
point="org.eclipse.ui.newWizards">
- <category
- id="org.eclipse.ecf.example.collab.editor"
- name="Team"/>
<wizard
- category="org.eclipse.ecf.example.collab.editor"
+ category="org.eclipse.team.ui.newWizards"
class="org.eclipse.ecf.example.collab.editor.wizards.NewSharedSessionWizard"
hasPages="true"
icon="icons/shared_editor.gif"

Back to the top