Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/.classpath2
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/about.html4
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/jsch-0.1.14.jarbin0 -> 121284 bytes
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/plugin.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.team.cvs.ssh2/.classpath b/bundles/org.eclipse.team.cvs.ssh2/.classpath
index 382214e75..c5da14678 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.13.jar"/>
+ <classpathentry kind="lib" path="jsch-0.1.14.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"/>
diff --git a/bundles/org.eclipse.team.cvs.ssh2/about.html b/bundles/org.eclipse.team.cvs.ssh2/about.html
index fe6750a74..74c7195ab 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.13</h4>
+<h4>JSch 0.1.14</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.13.jar</li>
+ <li>jsch-0.1.14.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.14.jar b/bundles/org.eclipse.team.cvs.ssh2/jsch-0.1.14.jar
new file mode 100644
index 000000000..8f1ae945a
--- /dev/null
+++ b/bundles/org.eclipse.team.cvs.ssh2/jsch-0.1.14.jar
Binary files differ
diff --git a/bundles/org.eclipse.team.cvs.ssh2/plugin.xml b/bundles/org.eclipse.team.cvs.ssh2/plugin.xml
index 30098d203..8a8382fc3 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.13.jar">
+ <library name="jsch-0.1.14.jar">
<packages prefixes="com.jcraft.jsch"/>
</library>
</runtime>

Back to the top