/*
* (non-Javadoc)
* @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
*/
public void start(BundleContext bundleContext) throws Exception {
injector = Guice.createInjector(new LivePreviewModule(), new SharedStateModule());
super.start(bundleContext);
plugin = this;
}