use bundle.properties file from another plugin [message #524146] |
Tue, 30 March 2010 18:50  |
Eclipse User |
|
|
|
Hello all,
I have the following plugin structure:
plugin A
plugin B (depends on A)
so A defines a menu called "X Menu" and B Defines a view Called "X View"
What I would like to do is to make X a translateable string. By following the "externalize strings" wizard, I am able to externalize the string, however the wizard creates a bundle.properties file in plugin A.
By creating the bundle.properties file in plugin A, I am going to affect all children of A by making changes to the bundle.properties file.
This is undesireable. What I would really like is to have the plugin which specified the product, to define a bundle.properties file, in a sense, I want this bundle.properties file to be something dynamic, rather than hard coded in the build.properties file of plugin A.
Does anyone have any suggestions?
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.50184 seconds