I\'m developing a Java application using Eclipse. My project has two source directories that are both built and then some files are copied into the output folder. From the o
Have you tried to add
**/.svn/
to the Exclusion patterns at the Source preferences of the project's build path settings?