How to bulk add/check paths to Eclipse resource working set?

85 Views Asked by At

I'm currently in a process of re-creating a resource working set in Eclipse, which would include ~130 projects. But as I'm setting a resource working set, I don't let the projects checked, but instead only let relevant folders and files checked, i.e. pom.xml + /src folder + /target/generated-* folders.

Is there a way to automate this?

1

There are 1 best solutions below

1
howlger On

In Window > Preferences: Oomph > Dynamic Working Set you can specify a working set based on repository location or name patterns.

See Eclipse Wiki - Dynamic Working Sets for details.