I recently moved from eclipse 3.x to 4.x.
In the properties section of my product file I'm setting the following setting:
org.eclipse.update.reconcile = true
When exporting the application the config file holds the entry
org.eclipse.update.reconcile = false
instead.
I tried adding a random property to the config file and it worked, the property got written correctly.
With 3.x this setting was correctly writtem but with 4.x it doesn't work anymore. Any ideas anyone?
It basically looks like the entry is written always and set to false by default. Adding a configuration entry to change it does nothing.