51525354555657585960
@Override public void start(BundleContext context) throws Exception { super.start(context); THE_PLUGIN = this; try { ecfContrib = new ECFContribution().start(context); } catch (NoClassDefFoundError e) { // nothing } }