Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.team.cvs.ui/plugin.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/plugin.xml b/bundles/org.eclipse.team.cvs.ui/plugin.xml
index d12e66180..d2b580614 100644
--- a/bundles/org.eclipse.team.cvs.ui/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ui/plugin.xml
@@ -1028,6 +1028,9 @@
<showInPart
id="org.eclipse.team.ui.GenericHistoryView">
</showInPart>
+ <showInPart
+ id="org.eclipse.ui.navigator.ProjectExplorer">
+ </showInPart>
</perspectiveExtension>
<perspectiveExtension
targetID="org.eclipse.team.ui.TeamSynchronizingPerspective">

Back to the top