Mercurial > hg4j
diff .classpath @ 685:9897cbfd2790
Towards ssh remote repositories: use ganymed library for ssh transport
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 25 Jul 2013 21:32:09 +0200 |
parents | 868a5a6e9f93 |
children | 5b5d199e2eb3 |
line wrap: on
line diff
--- a/.classpath Thu Jul 25 21:31:23 2013 +0200 +++ b/.classpath Thu Jul 25 21:32:09 2013 +0200 @@ -5,5 +5,6 @@ <classpathentry kind="src" path="cmdline"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> <classpathentry kind="lib" path="lib/junit-4.8.2.jar" sourcepath="lib/junit-4.8.2-src.jar"/> + <classpathentry kind="lib" path="lib/ganymed-ssh2-build251beta1.jar"/> <classpathentry kind="output" path="bin"/> </classpath>