Issue
I'm adding an eclipse project to our existing code-base, and I'd like to know if there is a way to exclude some directories from being picked up by eclipse at all? The reason is that we have a huge "third-party" directory in our repository that cannot be present in the project for the pair-programming plugin we are using to be able to sync efficiently.
Any clues?
Solution
Filters will hide resources from view, but they're still in the project. If you create a project in another location you can create linked resources to the folders you want to include in your project.
For reference I posted another answer that describes how to use linked resources in more detail.
Answered By - Rich Seller
Answer Checked By - Willingham (JavaFixing Volunteer)