Allow EGit to handle linked resources at any depth
commit0a7785eb9a470cf3ada5506bf94404be7e3beeae
authorShawn O. Pearce <spearce@spearce.org>
Wed, 13 Aug 2008 03:24:09 +0000 (12 20:24 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 13 Aug 2008 20:14:06 +0000 (13 22:14 +0200)
tree5f780d00c1cb524de2b4446c44b7a11f3bece5ce
parentc6e754dd00b4c6486453f4b27e423cf939abf5ff
Allow EGit to handle linked resources at any depth

We already were handling linked resources that appear anywhere
in the project, but Eclipse didn't know we were willing to do
that sort of magic in our provider code as we did not override
the correct method for it in GitProvider.

We now support linked folders which are at any level.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit.core/src/org/spearce/egit/core/GitProvider.java