I'm trying to share preferences with other developers in my Team using Oomph's Project Model. What I did so far:
- Create a
Setup Project Model
using the templateSimple Project
- Import the current Preferences using the icon
Capture Preferences
Now I have a .setup-File that contains (hopefully) my current preferences. But how do I share this file? I expect that there is some way to convince eclipse to read this file and to sync the preferences with it. I was hoping I could commit this file to SVN and eclipse would then read this file on every Startup...
Is something like this possible, and how is it done?