Implement decoration for working sets
commit9320b32ea7758d3f14203756607f646d870a2e7e
authorMarkus Duft <markus.duft@salomon.at>
Wed, 25 Jan 2012 07:58:07 +0000 (25 08:58 +0100)
committerMarkus Duft <markus.duft@salomon.at>
Wed, 25 Jan 2012 07:58:07 +0000 (25 08:58 +0100)
tree91b0cd419a9dca77ae1b71db8cf33d44aecdfd91
parentee288ea2e99b8b737a44fb657f8896994492e0a6
Implement decoration for working sets

This splits the current decorate() method in two separate ones. One for
what was done already (decorate resources), and one for decorating "the
rest" (i.e. ResourceMapping's).

Bug: 344937
Change-Id: I5a3ae0ce5d429a7065dc16888f206fdbf777b1fd
org.eclipse.egit.ui/plugin.xml
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/DecoratableResourceMapping.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/decorators/GitLightweightDecorator.java