Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Stocker2012-11-14 10:07:49 +0000
committerDani Megert2012-11-14 10:07:49 +0000
commita19b116358b00a25cee1f532102370ec2380372a (patch)
tree08857a7bbd1fc27df57916924c896343ca455308 /org.eclipse.egit.ui/plugin.xml
parentc7474651be1aa62ba79011eb5e6cccd62ab17027 (diff)
downloadegit-a19b116358b00a25cee1f532102370ec2380372a.tar.gz
egit-a19b116358b00a25cee1f532102370ec2380372a.tar.xz
egit-a19b116358b00a25cee1f532102370ec2380372a.zip
Add Show In support for files in history and commit view
Bug: 363567 Change-Id: Ib89e5a5380d30a5120d874f02635aaf8f74b68a5 Signed-off-by: Dani Megert <Daniel_Megert@ch.ibm.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.xml')
-rw-r--r--org.eclipse.egit.ui/plugin.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index 0194f2d2e2..d7cf10dae9 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -392,6 +392,11 @@
class="org.eclipse.egit.ui.internal.factories.GitAdapterFactory">
<adapter type="org.eclipse.ui.model.IWorkbenchAdapter"/>
</factory>
+ <factory
+ adaptableType="org.eclipse.team.ui.history.IHistoryView"
+ class="org.eclipse.egit.ui.internal.factories.GitAdapterFactory">
+ <adapter type="org.eclipse.ui.part.IShowInSource"/>
+ </factory>
</extension>
<extension point="org.eclipse.ui.preferencePages">

Back to the top