Skip to content

Commit

Permalink
Removed the .svn directories from the source tree.
Browse files Browse the repository at this point in the history
This eliminates about 100 warnings with colliding resources.

The remaining warnings appear to be valid in the minasshd code.  Not sure
if we are supposed to touch that.

Oliver
  • Loading branch information
Oliver Ferrigni committed Sep 13, 2010
1 parent f900104 commit 2db9e80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .classpath
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="depend/minasshd/sshd-core/src/test/resources"/>
<classpathentry kind="src" path="depend/minasshd/sshd-core/src/test/java"/>
<classpathentry excluding="**/.svn/**" kind="src" path="depend/minasshd/sshd-core/src/test/resources"/>
<classpathentry excluding="**/.svn/**" kind="src" path="depend/minasshd/sshd-core/src/test/java"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/exttest/java"/>
<classpathentry kind="src" path="depend/minasshd/sshd-core/src/main/filtered-resources"/>
<classpathentry kind="src" path="depend/minasshd/sshd-core/src/main/java"/>
<classpathentry kind="src" path="depend/minasshd/sshd-pam/src/main/java"/>
<classpathentry excluding="**/.svn/**" kind="src" path="depend/minasshd/sshd-core/src/main/filtered-resources"/>
<classpathentry excluding="**/.svn/**" kind="src" path="depend/minasshd/sshd-core/src/main/java"/>
<classpathentry excluding="**/.svn/**" kind="src" path="depend/minasshd/sshd-pam/src/main/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/aopalliance-1.0.jar"/>
Expand Down

0 comments on commit 2db9e80

Please sign in to comment.