4041424344454647
*/ @Override public void start(BundleContext context) throws Exception { super.start(context); plugin = this; activator = new Activator(); activator.start(context); }