- Right click the project root node > Build Path > Configure Build Path...
- Click the Excluded node on the tree in the Properties pop-up and click Edit...
- Click to Add... an exclusion pattern
- Type in _svn/** and click OK
- Do the same and this time add **/_svn/**
- Click OK in Properties pop-up
- Sorted!
Obviously I have used _ in the example. Swap that for a . if needed ;)
No comments:
Post a Comment