I need to add L10N support in OSGI bundle. I would like to put all the resource properties in conf/resource folder outside a bundle (to make them visible from any bundle).
Is there an option to add a folder to the classpath of OSGI bundle?
Upd:
I saw that OSGI propose to add resource bundles inside fragments.
You can try one of the following:
Solution 1 is definitely the way to go and stay in the OSGi spirit. Solution 2 is awful if you ask me. Solution 3 is nice if each bundle can be localized independently.