Skip to content

Commit

Permalink
Adding Jsch lib to dependencies (of plugin and feature)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Sep 12, 2013
1 parent 82a9e27 commit 676d903
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions features/net.bioclipse.hpc_feature/feature.xml
Expand Up @@ -75,6 +75,9 @@ Jena is built on top of other sub-systems which we gratefully acknowledge: detai
<import plugin="org.eclipse.jface.databinding"/>
<import plugin="org.eclipse.swt"/>
<import plugin="slf4j.api"/>
<import plugin="org.eclipse.jsch.core" version="1.1.400" match="greaterOrEqual"/>
<import plugin="com.jcraft.jsch" version="0.1.46" match="greaterOrEqual"/>
<import plugin="org.eclipse.jsch.ui" version="1.1.400" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
5 changes: 4 additions & 1 deletion plugins/net.bioclipse.hpc/META-INF/MANIFEST.MF
Expand Up @@ -43,7 +43,10 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.rse.subsystems.terminals.core;bundle-version="1.0.300",
org.eclipse.rse.subsystems.terminals.ssh;bundle-version="1.0.200",
org.eclipse.rse.terminals.ui;bundle-version="1.2.0",
org.eclipse.rse.useractions;bundle-version="1.1.400"
org.eclipse.rse.useractions;bundle-version="1.1.400",
org.eclipse.jsch.core;bundle-version="1.1.400",
com.jcraft.jsch;bundle-version="0.1.46",
org.eclipse.jsch.ui;bundle-version="1.1.400"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.jface.databinding.viewers,
org.eclipse.swt.graphics,
Expand Down

0 comments on commit 676d903

Please sign in to comment.