Globalization of manifest file [message #645740] |
Mon, 20 December 2010 06:04  |
Eclipse User |
|
|
|
Hi,
I am globalizing the manifest file for a plugin which does not have a plugin.xml. I expect a plugin.properties file to be created.
Instead i see the following file structure getting created.
OSGI-INF
I10n
bundle.properties.
Bundle.properties contains the strings i want to globalize.
Is this the expected behaviour for the globalization of manifest file, without a plugin.xml.
Regards,
Manasa
|
|
|
Re: Globalization of manifest file [message #648772 is a reply to message #645740] |
Fri, 14 January 2011 08:37  |
Eclipse User |
|
|
|
On 2010-12-20 12:05, manasa wrote:
> Hi,
>
> I am globalizing the manifest file for a plugin which does not have a
> plugin.xml. I expect a plugin.properties file to be created. Instead i
> see the following file structure getting created.
> OSGI-INF
> I10n
> bundle.properties.
>
> Bundle.properties contains the strings i want to globalize. Is this the
> expected behaviour for the globalization of manifest file, without a
> plugin.xml.
Yes, this is. If you insit to get these into the old plugin.properties
file, you need to set the localization manifest property explicitly:
Bundle-Localization: plugin
Note that "plugin" is no special value, it is just the name (without
suffix) of the property file.
HTH & Greetings from Bremen,
Daniel Krügler
|
|
|
Powered by
FUDForum. Page generated in 0.06510 seconds