Beispiel #1
0
 /*
  * (non-Javadoc)
  * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
  */
 public void stop(BundleContext context) throws Exception {
   ResourcesPlugin.getWorkspace().removeResourceChangeListener(resourceChangeListener);
   super.stop(context);
 }
Beispiel #2
0
 /*
  * (non-Javadoc)
  *
  * @see
  * org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext
  * )
  */
 public void stop(BundleContext context) throws Exception {
   super.stop(context);
 }