My Eclipse plugin stores project-specific preferences in org.myplugin.ide.eclipse.core.prefs
, which contains multiple preferences as key-value-pairs. I want to put some of these preferences under version control and ignore others. To do this, I would have to split the file into two files. Is that possible? In case it is: how?
FYI: The plugin is the Sonar Eclipse Plugin.