| Mistake by externilization of string from the plugin.xml [message #490615] |
Fri, 09 October 2009 08:23  |
Michelle Davidson Messages: 41 Registered: August 2009 |
Member |
|
|
Hello,
I want to externaize the Strings of my plugin.xml. Therefor I create the file plugin.properties. In this file I wrote one property for my perspective
| Quote: | perspectiveStructure=Struktur
|
In the plugin.xml I set this property for the name parameter of my perspective
<perspective
class="de.md.rcp.StructurePerspective"
id="de.md.rcp.structurePerspective"
name="%perspectiveStructure">
</perspective>
But whn I start my application. then the name will not be replaced with the value from the plugin.property.
Why? Where is my mistake and what must I change?
|
|
|
|
Powered by
FUDForum. Page generated in 0.01503 seconds