From a8b51d2d0cf359fc4b7a7201507719aa7021acac Mon Sep 17 00:00:00 2001
From: Martin Oberhuber <martin.oberhuber@windriver.com>
Date: Wed, 6 Jun 2007 16:36:32 +0000
Subject: [PATCH] [168291] Require jsch-0.1.31

---
 org.eclipse.tm.terminal.ssh-feature/feature.xml  | 2 +-
 org.eclipse.tm.terminal.ssh/META-INF/MANIFEST.MF | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/org.eclipse.tm.terminal.ssh-feature/feature.xml b/org.eclipse.tm.terminal.ssh-feature/feature.xml
index 9ed0bce9f7b..01737b63d4c 100644
--- a/org.eclipse.tm.terminal.ssh-feature/feature.xml
+++ b/org.eclipse.tm.terminal.ssh-feature/feature.xml
@@ -25,9 +25,9 @@
    <requires>
       <import plugin="org.eclipse.ui"/>
       <import plugin="org.eclipse.core.runtime"/>
-      <import plugin="com.jcraft.jsch" version="0.1.28" match="compatible"/>
       <import plugin="org.eclipse.tm.terminal" version="1.0.0" match="compatible"/>
       <import plugin="org.eclipse.jsch.core" version="1.0.0" match="compatible"/>
+      <import plugin="com.jcraft.jsch" version="0.1.31" match="compatible"/>
    </requires>
 
    <plugin
diff --git a/org.eclipse.tm.terminal.ssh/META-INF/MANIFEST.MF b/org.eclipse.tm.terminal.ssh/META-INF/MANIFEST.MF
index 997ecba051b..8b8aba3d678 100644
--- a/org.eclipse.tm.terminal.ssh/META-INF/MANIFEST.MF
+++ b/org.eclipse.tm.terminal.ssh/META-INF/MANIFEST.MF
@@ -8,7 +8,7 @@ Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.tm.terminal;bundle-version="[1.0.0,2.0.0)",
- com.jcraft.jsch;bundle-version="[0.1.28,1.0.0)",
+ com.jcraft.jsch;bundle-version="[0.1.31,1.0.0)",
  org.eclipse.jsch.core;bundle-version="[1.0.0,2.0.0)"
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
 Export-Package: org.eclipse.tm.internal.terminal.ssh;x-internal:=true