131132133134135136137
* org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext * ) */ public void start(BundleContext context) throws Exception { super.start(context); this.pluginLogger = new PluginLogger(JdtPlugin.PLUGIN_ID, false); }
176177178179180181182
* * @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); }