Configure plugin.xml to use resource class [message #270558] |
Mon, 27 April 2009 05:43 |
Eclipse User |
|
|
|
Hi all
I have an existing application that has a ".properties" file for localised
messages, and a class "Messages.java" that the code can use to access
these. E.g. String label = Messages.getString("classname.key");
Now I'm adding a new plugin, and I need it to use the same .properties
file/Messages.java. This is ok from code (just import the Messages.java)
but how do I configure my plugin.xml to use this class? I belive the
plugin defaults to use it's own "plugin.properties" file when using xml
labels like "%classname.key".
Any help would be greatly appreciated!
Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.10495 seconds