Fix recursive adaptation
commit0e3aece4717f76664cbcdfa00444675e8bff5a80
authorThomas Wolf <thomas.wolf@paranor.ch>
Tue, 18 Oct 2016 16:11:54 +0000 (18 18:11 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Tue, 18 Oct 2016 16:11:54 +0000 (18 18:11 +0200)
treea040245f42434652718a09d8f926208acd230bce
parentddb2f97ecc43e300ca09202acd65e2891c2b08d0
Fix recursive adaptation

The typo fix done in commit ddb2f97e uncovered an endless recursion
problem. Remove that adapter definition completely for now. It was
introduced as part of a change that made the history view react on
working set selections, but for that, the adapter definition for
IWorkingSet is sufficient.

I'll have to re-visit this later to see more precisely if there's a
simple way to have this adapter definition without running into an
endless recursion.

Bug: 506151
Change-Id: I83720a90665701d130e2c70039ac73624b12bba2
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.egit.ui/plugin.xml