Mercurial > hg4j
diff src/org/tmatesoft/hg/internal/remote/SshConnector.java @ 696:5b5d199e2eb3
Replaced ganymed ssh2 library with trilead
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 05 Aug 2013 19:03:22 +0200 |
parents | 9859fcea475d |
children | 24f4efedc9d5 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/remote/SshConnector.java Mon Aug 05 18:45:16 2013 +0200 +++ b/src/org/tmatesoft/hg/internal/remote/SshConnector.java Mon Aug 05 19:03:22 2013 +0200 @@ -39,10 +39,10 @@ import org.tmatesoft.hg.repo.HgRuntimeException; import org.tmatesoft.hg.util.LogFacility.Severity; -import ch.ethz.ssh2.Connection; -import ch.ethz.ssh2.ConnectionInfo; -import ch.ethz.ssh2.Session; -import ch.ethz.ssh2.StreamGobbler; +import com.trilead.ssh2.Connection; +import com.trilead.ssh2.ConnectionInfo; +import com.trilead.ssh2.Session; +import com.trilead.ssh2.StreamGobbler; /** * Remote repository via SSH