Launching product overrides content of plugin_customization.ini [message #666910] |
Sun, 24 April 2011 05:02  |
Eclipse User |
|
|
|
Hello,
I defined plugin_customization.ini with some meaningful content. Added plugin_customization.ini into buid.properties and also added the following property into plugin.xml (of my "main" rcp plugin) under org.eclipse.core.runtime.products extension:
<property
name="preferenceCustomization"
value="plugin_customization.ini">
</property>
Everything works fine if I run my RCP as "Eclipse Application". But I am trying to lauch my product configuration, the content of my plugin_customization.ini is cleaned and the file contains only this line:
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false
(The same happens also if trying to export product, i.e. plugin_customization.ini of the result of export contains only org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false)
How can I cause product configuration to use MY plugin_customization.ini (and not to override its content) ?
Thank you,
Arkady.
|
|
|
|
Powered by
FUDForum. Page generated in 0.05524 seconds