[pkg-java] r2543 - trunk/eclipse/debian/patches
Michael Koch
mkoch at costa.debian.org
Tue Oct 3 13:30:29 UTC 2006
Author: mkoch
Date: 2006-10-03 13:30:28 +0000 (Tue, 03 Oct 2006)
New Revision: 2543
Modified:
trunk/eclipse/debian/patches/eclipse-cvs-ssh-jsch.dpatch
Log:
Fixed version number for jsch jar.
Modified: trunk/eclipse/debian/patches/eclipse-cvs-ssh-jsch.dpatch
===================================================================
--- trunk/eclipse/debian/patches/eclipse-cvs-ssh-jsch.dpatch 2006-10-03 10:38:18 UTC (rev 2542)
+++ trunk/eclipse/debian/patches/eclipse-cvs-ssh-jsch.dpatch 2006-10-03 13:30:28 UTC (rev 2543)
@@ -29,8 +29,8 @@
<pathelement path="${build.result.folder}/../org.eclipse.team.cvs.ssh/@dot"/>
- <pathelement path="jsch-0.1.18.jar"/>
- <pathelement path="${build.result.folder}/../org.eclipse.team.cvs.ssh2/jsch-0.1.18.jar"/>
-+ <pathelement path="jsch-0.1.19.jar"/>
-+ <pathelement path="${build.result.folder}/../org.eclipse.team.cvs.ssh2/jsch-0.1.19.jar"/>
++ <pathelement path="jsch-0.1.28.jar"/>
++ <pathelement path="${build.result.folder}/../org.eclipse.team.cvs.ssh2/jsch-0.1.28.jar"/>
</classpath>
<src path="src/" />
</javac>
@@ -42,13 +42,13 @@
<p>The Content includes items that have been sourced from third parties as follows:</p>
-<h4>JSch 0.1.18</h4>
-+<h4>JSch 0.1.19</h4>
++<h4>JSch 0.1.28</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 file jsch-0.1.18.jar and all its contents shall be defined as the "JSch".</p>
-+<p>The file jsch-0.1.19.jar and all its contents shall be defined as the "JSch".</p>
++<p>The file jsch-0.1.28.jar and all its contents shall be defined as the "JSch".</p>
<p>Use of JSch is governed by the terms and conditions of the following license:</p>
@@ -60,7 +60,7 @@
src.includes = about.html
source.cvsssh2.jar = src/
-extra.cvsssh2.jar=jsch-0.1.18.jar
-+extra.cvsssh2.jar=jsch-0.1.19.jar
++extra.cvsssh2.jar=jsch-0.1.28.jar
diff -Naur source-tree/plugins/org.eclipse.team.cvs.ssh2.orig/.classpath source-tree/plugins/org.eclipse.team.cvs.ssh2/.classpath
--- source-tree/plugins/org.eclipse.team.cvs.ssh2.orig/.classpath 2005-06-27 18:54:10.000000000 +0000
+++ source-tree/plugins/org.eclipse.team.cvs.ssh2/.classpath 2005-07-08 13:12:12.000000000 +0000
@@ -69,7 +69,7 @@
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="lib" path="jsch-0.1.18.jar"/>
-+ <classpathentry kind="lib" path="jsch-0.1.19.jar"/>
++ <classpathentry kind="lib" path="jsch-0.1.28.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"/>
@@ -81,7 +81,7 @@
Bundle-Version: 3.1.0
Bundle-ClassPath: cvsssh2.jar,
- jsch-0.1.18.jar
-+ jsch-0.1.19.jar
++ jsch-0.1.28.jar
Bundle-Activator: org.eclipse.team.internal.ccvs.ssh2.CVSSSH2Plugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
More information about the pkg-java-commits
mailing list