Example #1
0
 /*
  * (non-Javadoc)
  *
  * @see org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)
  */
 public void stop(BundleContext context) throws Exception {
   super.stop(context);
   this.pluginLogger = null;
 }
Example #2
0
 /*
  * (non-Javadoc)
  *
  * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
  */
 public void start(BundleContext context) throws Exception {
   super.start(context);
   this.pluginLogger = new PluginLogger(TemplateEnginePlugin.PLUGIN_ID, false);
 }