Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryamanaka2004-05-27 15:57:07 +0000
committeryamanaka2004-05-27 15:57:07 +0000
commit76e6cd847f70da3713017ce4aa6d2009fb41d030 (patch)
tree621bdc3e499db8caf5aaff112a594313bc1f1bbd /bundles/org.eclipse.team.cvs.ssh2/.classpath
parent48a19acadbce2f7e86410d72bad86db0b93d4e49 (diff)
downloadeclipse.platform.team-76e6cd847f70da3713017ce4aa6d2009fb41d030.tar.gz
eclipse.platform.team-76e6cd847f70da3713017ce4aa6d2009fb41d030.tar.xz
eclipse.platform.team-76e6cd847f70da3713017ce4aa6d2009fb41d030.zip
This jsch jar has fixed #63616 and fallback problem referred in #63730.
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ssh2/.classpath')
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ssh2/.classpath b/bundles/org.eclipse.team.cvs.ssh2/.classpath
index a6c7b5535..a742997f5 100644
--- a/bundles/org.eclipse.team.cvs.ssh2/.classpath
+++ b/bundles/org.eclipse.team.cvs.ssh2/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="lib" path="jsch-0.1.15.jar"/>
+ <classpathentry kind="lib" path="jsch-0.1.16.jar"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>

Back to the top