eclipse-rbe
eclipse-rbe copied to clipboard
Not working with localization in fragment
If the localization and, hence, the OSGI-INF/l10n folder of a plug-in, say 'com.example.test', is located in a fragment, say 'com.example.test.nl1' (as it is common to do), then rbe fails with
Can't initialize resource bundle editor. Resource '/com.example.test/OSGI-INF/l10n' does not exist.
when started for com.example.test.nl1/OSGI-ING/l10n/bundle.properties
The support for fragment only always worked withing the same Eclipse project. It should ideally pick filesspread in different fragment projects. Not sure what's involved in doing this yet. Flagging as a enhancement.