Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-07-06 03:44:30 +0000
committerslewis2007-07-06 03:44:30 +0000
commit1943839c20cc3a72ea81085077d5b01bc28943db (patch)
tree35ed5f2af0b03dd6441e78652c75cf088027298a /examples/bundles
parent526261a4a2373f02b808a930a923a72660d9cd2a (diff)
downloadorg.eclipse.ecf-1943839c20cc3a72ea81085077d5b01bc28943db.tar.gz
org.eclipse.ecf-1943839c20cc3a72ea81085077d5b01bc28943db.tar.xz
org.eclipse.ecf-1943839c20cc3a72ea81085077d5b01bc28943db.zip
Fix for bug 194660
Diffstat (limited to 'examples/bundles')
-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