Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-07-10 17:15:39 +0000
committerMichael Valenta2007-07-10 17:15:39 +0000
commit6a7e6f8172d9661b2d78fa8ea85ea6d8159c1da9 (patch)
tree8c5987d047a0b04c628acc89f26aaa128a2dfc41
parent13dd62c9a964650c68aca34b4a70385edb9d1daf (diff)
downloadeclipse.platform.team-6a7e6f8172d9661b2d78fa8ea85ea6d8159c1da9.tar.gz
eclipse.platform.team-6a7e6f8172d9661b2d78fa8ea85ea6d8159c1da9.tar.xz
eclipse.platform.team-6a7e6f8172d9661b2d78fa8ea85ea6d8159c1da9.zip
Bug 191605 Empty Team category in Customize Perspective->Shortcuts
-rw-r--r--bundles/org.eclipse.team.ui/plugin.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/bundles/org.eclipse.team.ui/plugin.xml b/bundles/org.eclipse.team.ui/plugin.xml
index fe26a8729..ffc8f681e 100644
--- a/bundles/org.eclipse.team.ui/plugin.xml
+++ b/bundles/org.eclipse.team.ui/plugin.xml
@@ -213,13 +213,6 @@
</showInPart>
</perspectiveExtension>
</extension>
-
-<!-- ********** New Project Wizard ************** -->
- <extension
- point="org.eclipse.ui.newWizards">
- <category name="%Team" id="org.eclipse.team.ui.newWizards">
- </category>
- </extension>
<!-- ****************** Import Wizards ********************* -->
<extension
point="org.eclipse.ui.importWizards">

Back to the top