Hello,
I made Branding plugins for features in my RCP application to have access to all my features in the About dialog.
Branding plugins work correctly but when I click on "Plug-in Details" button an exception is thrown.
Operational mode :
- Help > About
- Installation Details
- Features Page
- Plugin-Details on own feature product
Result:
!ENTRY org.eclipse.update.configurator 4 0 2013-06-05 12:27:44.690
!MESSAGE Can't find bundle for base name feature, locale en
I can't identify from where this exception come because it is inconsistent. I looked for message definition in "org.eclipse.update.configurator" plugin sources but there is no trace of this error message.
My Branding plugins architecture :
icons/
|___ logo.png
META-INF/
|___ MANIFEST.MF
properties/
|___ plugin.properties
|___ plugin_fr.properties
about.ini
about.mappings
about.properties
Does someone know from where come this problem ?
Thank's