Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » plugin_customization.ini is getting overwritten
plugin_customization.ini is getting overwritten [message #605575] Wed, 14 April 2010 10:19
mkaes is currently offline mkaesFriend
Messages: 2
Registered: July 2009
Junior Member
Hallo,

I have added the plugin_customization.ini file and accompanying property in the plugin.xml:

<property
name="preferenceCustomization"
value="plugin_customization.ini">
</property>

The content of the file is
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=false
org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=right

When I synchronize my product configuration file (.product) with the product's defining plug-in then the file is getting overwritten and contains this line:
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false

Any ideas why my content is being removed and overwritten?

Thanks.

PS To work around this problem I set the ini file to read-only
Previous Topic:plugin_customization.ini is getting overwritten
Next Topic:How to turn a Java Project into a Plugin Project
Goto Forum:
  


Current Time: Tue Mar 19 08:20:24 GMT 2024

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

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

Back to the top