Share / Export eclipse working sets
download the AnyEdit addon:
Description | Download page
and then use the following work through:
- Via the menu bar: File > “Export…”
- Select “General” / “Working Sets”
- Click “Next >”
- Select the working set(s) you want to export and where you want to export the file.
- Click “Finish” to perform the export.
You can try and export (as in "copy to another people workspace metadata directory"):
</path/to/.metadata>\.plugins\org.eclipse.ui.workbench\workingsets.xml
This is the file referencing your working sets.
z0r adds in the comments:
my team mate replaced his
workingsets.xml
with my version of the file, and it worked well.
However, you must exit Eclipse before replacing the file, because Eclipse will overwrite it with the old version when it exits.
I think you only need to do this once.