Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Globalization of manifest file(bundle.properties created for manifest file globalization)
Globalization of manifest file [message #645740] Mon, 20 December 2010 11:04 Go to next message
manasa  is currently offline manasa Friend
Messages: 32
Registered: October 2010
Member
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 13:37 Go to previous message
Daniel Krügler is currently offline Daniel KrüglerFriend
Messages: 853
Registered: July 2009
Senior Member
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
Previous Topic:DragSourceListener.dragSetData() never called
Next Topic:workspace and project naming
Goto Forum:
  


Current Time: Thu Mar 28 08:20:42 GMT 2024

Powered by FUDForum. Page generated in 0.02049 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top