121122123124125126127128129
} @Override public void start(BundleContext context) throws Exception { this.context = context; this.plugin = new EclipseUIPlugin() { }; INSTANCE = this; }
777879808182838485