registry.removeServiceLoader(serviceBridge);
}
private void registerDefaultServices(BundleContext context) {
context.registerService(ProcessToolRegistry.class.getName(), registry, new Hashtable<String, Object>());
context.registerService(ViewRegistry.class.getName(), new DefaultViewRegistryImpl(), new Hashtable<String, Object>());
}
});
configMap.put(FelixConstants.SYSTEMBUNDLE_ACTIVATORS_PROP, activators);
}