Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-04-19 08:46:09 +0000
committerGerrit Code Review @ Eclipse.org2013-04-19 08:46:09 +0000
commit42b0f478f835b3b451542d9fb2aa1bbaf1d1adcf (patch)
tree197fffa65672f84391ba06696ccbfd198127a593
parent217e306cf01b70d2d04f39628c1b7ca83b54ac61 (diff)
parent31ccd1f3a31545ba13fe0a45ada402852950bcf6 (diff)
downloadeclipse.platform.team-42b0f478f835b3b451542d9fb2aa1bbaf1d1adcf.tar.gz
eclipse.platform.team-42b0f478f835b3b451542d9fb2aa1bbaf1d1adcf.tar.xz
eclipse.platform.team-42b0f478f835b3b451542d9fb2aa1bbaf1d1adcf.zip
Merge "Add Project Explorer as Show In target to all CVS/Team perspectives"
-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