Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2013-04-18 16:59:15 +0000
committerTomasz Zarna2013-04-18 16:59:15 +0000
commit31ccd1f3a31545ba13fe0a45ada402852950bcf6 (patch)
treed5412106863b5a9c9b6cd7c2da5662b0d59aa737 /bundles
parentc4ef76516ec540dce37c3ea5aa853a3e293e912a (diff)
downloadeclipse.platform.team-31ccd1f3a31545ba13fe0a45ada402852950bcf6.tar.gz
eclipse.platform.team-31ccd1f3a31545ba13fe0a45ada402852950bcf6.tar.xz
eclipse.platform.team-31ccd1f3a31545ba13fe0a45ada402852950bcf6.zip
Add Project Explorer as Show In target to all CVS/Team perspectives
Diffstat (limited to 'bundles')
-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