Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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/plugin.xml
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/plugin.xml')
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ssh2/plugin.xml b/bundles/org.eclipse.team.cvs.ssh2/plugin.xml
index 8d1c7ac8a..ff2a8cb6f 100644
--- a/bundles/org.eclipse.team.cvs.ssh2/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ssh2/plugin.xml
@@ -18,7 +18,7 @@
<export name="*"/>
<packages prefixes="org.eclipse.team.ccvs.ssh2"/>
</library>
- <library name="jsch-0.1.15.jar">
+ <library name="jsch-0.1.16.jar">
<packages prefixes="com.jcraft.jsch"/>
</library>
</runtime>

Back to the top