Bug 549858 - Use PlatformUI.getWorkbench instead of
AbstractUIPlugin.getWorkbench

AbstractUIPlugin.getWorkbench is a simple wrapper around
PlatformUI.getWorkbench . As we want to reduce the usage of activators,
we are planning to deprecate AbstractUIPlugin.getWorkbench via Bug
549848. Activators can slow down the start of Eclipse applications and
should be avoided if possible.

Change-Id: Id61f894709d98534021f412405b1cde42318632f
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
14 files changed