Ejemplo n.º 1
0
 /*
  * (non-Javadoc)
  *
  * @see
  * org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext
  * )
  */
 @Override
 public void start(BundleContext context) throws Exception {
   super.start(context);
   plugin = this;
   new KarafPreferenceInitializer().initializeDefaultPreferences();
 }
Ejemplo n.º 2
0
 @Override
 public void start(BundleContext context) throws Exception {
   super.start(context);
   plugin = this;
 }