Hello everyone, I have two different OSGi-Configurations. One shall be
used for the productive system, the other configuration for all other
environments (like dev and integration system). The plan is to deploy
these settings to the right environment through configration files. The
needed folder structure was already existent in the repository I am
working with (like "config", "config.prod", "config.prod.publish",
"config.dev" and so on.....) I have placed the .conf files in the right
folder str...