Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/about.html4
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/jsch-0.1.10.jarbin0 -> 111476 bytes
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/plugin.properties3
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/plugin.xml2
4 files changed, 5 insertions, 4 deletions
diff --git a/bundles/org.eclipse.team.cvs.ssh2/about.html b/bundles/org.eclipse.team.cvs.ssh2/about.html
index 4452ee345..68965a1b0 100644
--- a/bundles/org.eclipse.team.cvs.ssh2/about.html
+++ b/bundles/org.eclipse.team.cvs.ssh2/about.html
@@ -18,14 +18,14 @@ For purposes of the CPL, &quot;Program&quot; shall mean the SWT.</p>
<p>The Content includes items that have been sourced from third parties as follows:</p>
-<h4>JSch 0.1.9</h4>
+<h4>JSch 0.1.10</h4>
<p>The plug-in is based on software developed by Atsuhiko Yamanaka, JCraft, Inc., and others and
made available at <a href="http://www.jcraft.com/">http://www.jcraft.com/</a>.
<p>The following files shall be defined as the &quot;JSch&quot;:
<ul>
- <li>jsch-0.1.9.jar</li>
+ <li>jsch-0.1.10.jar</li>
</ul>
<p>Use of JSch is governed by the terms and conditions of the following license:</p>
diff --git a/bundles/org.eclipse.team.cvs.ssh2/jsch-0.1.10.jar b/bundles/org.eclipse.team.cvs.ssh2/jsch-0.1.10.jar
new file mode 100644
index 000000000..1cb0b7b59
--- /dev/null
+++ b/bundles/org.eclipse.team.cvs.ssh2/jsch-0.1.10.jar
Binary files differ
diff --git a/bundles/org.eclipse.team.cvs.ssh2/plugin.properties b/bundles/org.eclipse.team.cvs.ssh2/plugin.properties
index 02b9439ce..6bd96e1b0 100644
--- a/bundles/org.eclipse.team.cvs.ssh2/plugin.properties
+++ b/bundles/org.eclipse.team.cvs.ssh2/plugin.properties
@@ -9,6 +9,7 @@
# Atsuhiko Yamanaka, JCraft,Inc. - initial API and implementation.
# IBM Corporation - implementation
###############################################################################
-providerName=Eclipse.org
+providerName=JCraft,Inc.
pluginName=CVS SSH2
ssh2PreferencePage.name=SSH2 Connection Method
+jschJar=jsch-0.1.10.jar
diff --git a/bundles/org.eclipse.team.cvs.ssh2/plugin.xml b/bundles/org.eclipse.team.cvs.ssh2/plugin.xml
index afbe14f3d..71b046ecc 100644
--- a/bundles/org.eclipse.team.cvs.ssh2/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.ssh2/plugin.xml
@@ -12,7 +12,7 @@
<export name="*"/>
<packages prefixes="org.eclipse.team.cvs.ssh2"/>
</library>
- <library name="jsch-0.1.9.jar">
+ <library name="%jschJar">
<packages prefixes="com.jcraft.jsch"/>
</library>
</runtime>

Back to the top