Fix DiffEditorOutline for pre-Neon Eclipse
commitfee58d4fc1562bfcadf36da28bdf56554a9870b9
authorThomas Wolf <thomas.wolf@paranor.ch>
Wed, 14 Dec 2016 16:39:00 +0000 (14 17:39 +0100)
committerThomas Wolf <thomas.wolf@paranor.ch>
Wed, 14 Dec 2016 16:54:19 +0000 (14 17:54 +0100)
treeb3903f972b746fb91dd5b5c6cbd32b218e718503
parent05634f5b1cd2a268ee71ba33aeed5392ba17e645
Fix DiffEditorOutline for pre-Neon Eclipse

In February 2016, default implementations were added to the
IContentProvider interface.[1] Eclipse's before Neon do not
have those, thus content providers need to implement dispose()
and inputChanged() if a platform earlier than Eclipse Neon
is targeted.

[1] https://git.eclipse.org/r/#/c/56214/

Change-Id: I3fc1c21b0c25f27fb60144612920032f28968d44
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/commit/DiffEditorOutlinePage.java