Can anyone tell me if it is possible to provide global preferences in 3.4,
i.e. preferences that will apply to *all* workspaces by default? The only
way I could find of doing this in 3.3 was:
1 Configure an install of Eclipse just the way I wanted it
2 Export these preferences (everything)
3 Edit the exported epf file: remove /configuration/ and /instance/
prefixes on each line and remove any lines for stuff we do not want as
defaults (e.g. recnet workspaces)
4 Create an eclipse launch script and use the -plugincustomization arg
to make these edited preferences the default for all workspaces.
Is there a cleaner way of achieving the same thing in 3.4?