Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-03-27 23:04:42 +0000
committerslewis2007-03-27 23:04:42 +0000
commit47eb82ff26df69c7a2e4cf9cfc2c4535cc4efec7 (patch)
treee7b054953983ac57420502c236186533489a0347
parentae2a4cb457c18ecab1434c31351d14a38947aa17 (diff)
downloadorg.eclipse.ecf-47eb82ff26df69c7a2e4cf9cfc2c4535cc4efec7.tar.gz
org.eclipse.ecf-47eb82ff26df69c7a2e4cf9cfc2c4535cc4efec7.tar.xz
org.eclipse.ecf-47eb82ff26df69c7a2e4cf9cfc2c4535cc4efec7.zip
Moved preferences into ECF top level category
-rw-r--r--examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml4
1 files changed, 2 insertions, 2 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 56282a0ae..45f30f73a 100644
--- a/examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml
+++ b/examples/bundles/org.eclipse.ecf.example.collab.editor/plugin.xml
@@ -20,10 +20,10 @@
<extension
point="org.eclipse.ui.preferencePages">
<page
- category="org.eclipse.team.ui.TeamPreferences"
+ category="org.eclipse.ecf.ui.category"
class="org.eclipse.ecf.example.collab.editor.preferences.ClientPreferencePage"
id="org.eclipse.ecf.example.collab.editor.page"
- name="ECF Editor Sharing"/>
+ name="Editor Sharing"/>
</extension>
<extension
point="org.eclipse.ui.newWizards">

Back to the top