Make ShowResourceInHistoryAction work in both Eclipse 3.2 and 3.3
commit8ef83485e5a302f1e6f745c92174819a60417386
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Fri, 8 Jun 2007 23:41:56 +0000 (9 01:41 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Fri, 8 Jun 2007 23:51:29 +0000 (9 01:51 +0200)
tree34d847b87c3ecdcd280089387346ee36f4e78c38
parent9989388900a6aea18b1d8d11d6aaa5d10f8d347c
Make ShowResourceInHistoryAction work in both Eclipse 3.2 and 3.3

TeamAction is an internal API so using it is dangerous and we
should do ourselves, but for now we just make it work with two
versions of Eclipse.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/actions/ShowResourceInHistoryAction.java