Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2010-04-28 18:03:12 +0000
committerMathias Kinzler2010-04-28 18:03:12 +0000
commitd47b006c5269bb9427baeec129ed3f8e9b0aaa57 (patch)
tree5216d2922e322cb5c31edd25e1421907f5daae6c /org.eclipse.egit.ui/plugin.xml
parentaab83866fee0b24946e74197b5aa02f55aa28c9a (diff)
downloadegit-d47b006c5269bb9427baeec129ed3f8e9b0aaa57.tar.gz
egit-d47b006c5269bb9427baeec129ed3f8e9b0aaa57.tar.xz
egit-d47b006c5269bb9427baeec129ed3f8e9b0aaa57.zip
Missing perspectives for "Show In Git Repositores View"
Only the resource perspective was amended. Java, PDE and DebugPerspectives should be added, too. Bug: 309551 (continued) Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.xml')
-rw-r--r--org.eclipse.egit.ui/plugin.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index bb901d68ad..2ec09608db 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -486,5 +486,23 @@
id="org.eclipse.egit.ui.RepositoriesView">
</showInPart>
</perspectiveExtension>
+ <perspectiveExtension
+ targetID="org.eclipse.jdt.ui.JavaPerspective">
+ <showInPart
+ id="org.eclipse.egit.ui.RepositoriesView">
+ </showInPart>
+ </perspectiveExtension>
+ <perspectiveExtension
+ targetID="org.eclipse.debug.ui.DebugPerspective">
+ <showInPart
+ id="org.eclipse.egit.ui.RepositoriesView">
+ </showInPart>
+ </perspectiveExtension>
+ <perspectiveExtension
+ targetID="org.eclipse.pde.ui.PDEPerspective">
+ <showInPart
+ id="org.eclipse.egit.ui.RepositoriesView">
+ </showInPart>
+ </perspectiveExtension>
</extension>
</plugin>

Back to the top