Details
Description
In preparation to the new services creation (for instance for wrapper, etc), it makes sense to consolidate the modules per usage.
For instance, config is splitted between management/mbeans/config and shell/config.
Another example is dev splits between management/mbeans/dev and shell/dev.
To reduce code duplication, we are going to create, for instance:
dev module containing:
core - providing the OSGi services
command - providing the shell commands
management - providing the MBeans