we exported eclipse settings in an epf file. Afterwards we change the encoding setting and exported another epf file. The diff shows us only one setting:
/instance/org.eclipse.core.resources/encoding=UTF-8
When we try to import this setting into eclipse the encoding doesn't change and in the import dialog there is an error message shown:
Empty list.
Note: Not all preferences support individual import.
Does anybody know how to find out which preferences belongs together?
We need to have stripped down epf files, because we only want to change specific settings.
regards Andreas