SVN directories are included in Eclipse .classpath
--------------------------------------------------
Key: JENA-87
URL: https://issues.apache.org/jira/browse/JENA-87
Project: Jena
Issue Type: Bug
Components: ARQ, Fuseki, Jena, TDB
Environment: Eclipse Helios in Windows 7
Reporter: Stephen Allen
Priority: Trivial
The .classpath files for ARQ, Jena, TDB, Fuseki (and probably the other Jena
projects) do not exclude the .svn directories from the build classpath. This
causes a lot of the following warnings to be displayed:
"The resource is a duplicate of src/.svn/all-wcprops and was not copied to
the output folder"
The fix is to replace this line [1] in the .classpath with [2] for each of the
"src" classpath entries. This issue might be masked if you are using an
Eclipse SVN plugin.
[1] <classpathentry kind="src" path="src"/>
[2] <classpathentry excluding="**/.svn/" kind="src" path="src"/>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira