diff options
author | James Moger <james.moger@gitblit.com> | 2014-09-04 15:27:20 -0600 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-09-04 15:27:20 -0600 |
commit | d70c51d1c74100b39e7393664ee7faae193b57b7 (patch) | |
tree | 91f89ece67a36e45ee03c646689f0bc7da2bf26f /.classpath | |
parent | 248b7172cd23ac5853747c7c77e07ea8afded899 (diff) | |
parent | b331474798271adecc60eee2eb0dc1bd6412c90c (diff) | |
download | gitblit-d70c51d1c74100b39e7393664ee7faae193b57b7.tar.gz gitblit-d70c51d1c74100b39e7393664ee7faae193b57b7.zip |
Merged #155 "Update SSHD version to 0.12"
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,7 +52,7 @@ <classpathentry kind="lib" path="ext/bcprov-jdk15on-1.49.jar" sourcepath="ext/src/bcprov-jdk15on-1.49.jar" /> <classpathentry kind="lib" path="ext/bcmail-jdk15on-1.49.jar" sourcepath="ext/src/bcmail-jdk15on-1.49.jar" /> <classpathentry kind="lib" path="ext/bcpkix-jdk15on-1.49.jar" sourcepath="ext/src/bcpkix-jdk15on-1.49.jar" /> - <classpathentry kind="lib" path="ext/sshd-core-0.11.1-atlassian-1.jar" sourcepath="ext/src/sshd-core-0.11.1-atlassian-1.jar" /> + <classpathentry kind="lib" path="ext/sshd-core-0.12.0.jar" /> <classpathentry kind="lib" path="ext/mina-core-2.0.7.jar" sourcepath="ext/src/mina-core-2.0.7.jar" /> <classpathentry kind="lib" path="ext/rome-0.9.jar" sourcepath="ext/src/rome-0.9.jar" /> <classpathentry kind="lib" path="ext/jdom-1.0.jar" sourcepath="ext/src/jdom-1.0.jar" /> @@ -88,7 +88,7 @@ <classpathentry kind="lib" path="ext/selenium-api-2.28.0.jar" sourcepath="ext/src/selenium-api-2.28.0.jar" /> <classpathentry kind="lib" path="ext/commons-exec-1.1.jar" sourcepath="ext/src/commons-exec-1.1.jar" /> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" /> - <classpathentry kind="src" path="src/main/gen"> + <classpathentry kind="src" path="src/main/dagger"> <attributes> <attribute name="optional" value="true"/> </attributes> |