Introduces base class for plugins to simplify export
Created by: stefanoborini
Introduced a base class BaseExtensionPlugin. This class provides the base class for all plugins that are externally provided, and allows the user to just define the default methods to return their own bundles, instead of having to deal with the extension point ids.