Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to Link the properties file in Rcp
How to Link the properties file in Rcp [message #656940] Tue, 01 March 2011 06:06 Go to next message
ash is currently offline ashFriend
Messages: 142
Registered: July 2010
Senior Member
Hi,

How to link properties file in Rcp application.

Plugin.xml will automatically refer plugin.properties file directly
Now i will create abouttxt.properties file i want to refer
key and value pair in plugin.xml of abouttxt.properties
value is not picked from abouttxt.properties in plugin.XML.

i think we need to link the properties file.

Can i know if this can be implemented

Thanks
ashok
Re: How to Link the properties file in Rcp [message #657057 is a reply to message #656940] Tue, 01 March 2011 13:40 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

On 03/01/2011 01:06 AM, ash wrote:
> Hi,
>
> How to link properties file in Rcp application.
>
> Plugin.xml will automatically refer plugin.properties file directly Now
> i will create abouttxt.properties file i want to refer key and value
> pair in plugin.xml of abouttxt.properties

It doesn't refer automatically. This line tells it to use the
plugin.properties file:
Bundle-Localization: plugin

in theory, you want:
Bundle-Localization: abouttxt

but you only get one properties file for the MANIFEST.MF and plugin.xml

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Previous Topic:IWorkbenchConfigurer.setSaveAndRestore strange behavior
Next Topic:Other than *.* in Open File dialog
Goto Forum:
  


Current Time: Fri Apr 26 23:35:11 GMT 2024

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

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

Back to the top