/**
* Registers decorators supplied by servlets in this bundle
*/
private void registerDecorators() {
//adds the import/export locations to representations
maqProjectDecoratorRegistration = bundleContext.registerService(IWebResourceDecorator.class, new MaqettaProjectDecorator(), null);
}