Use Working Set to organize and group related projects visually in Eclipse
Usually, we develop or maintain different projects at same time, each project
has multiple modules, or related projects, such as test or demo projects.
We want to organize related projects visually, so in eclipse, it would look like:
projecta
---projecta-module1
---projecta-module2
---projecta-module3
---projecta-other-modules
projectb
---projectb--related-modules
To achieve this in Eclipse:
Create one working set, add related projects into it, and then (important step here), in project(or package) explorer, click the top down button -> "Top level elements" -> choose "Working Sets".
Resources: