Skip to content

Commit

Permalink
Adding a still missing dependency: org.eclipse.rse
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Sep 12, 2013
1 parent f403b26 commit 03b1dbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions features/net.bioclipse.hpc_feature/feature.xml
Expand Up @@ -72,12 +72,13 @@ Jena is built on top of other sub-systems which we gratefully acknowledge: detai
<import plugin="org.eclipse.rse.subsystems.terminals.ssh" version="1.0.200" match="greaterOrEqual"/>
<import plugin="org.eclipse.rse.terminals.ui" version="1.2.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.rse.useractions" version="1.1.400" match="greaterOrEqual"/>
<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"/>
<import plugin="org.eclipse.jface.databinding"/>
<import plugin="org.eclipse.swt"/>
<import plugin="slf4j.api"/>
<import plugin="org.eclipse.rse" version="3.4.0" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down
3 changes: 2 additions & 1 deletion plugins/net.bioclipse.hpc/META-INF/MANIFEST.MF
Expand Up @@ -46,7 +46,8 @@ Require-Bundle: org.eclipse.ui,
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"
org.eclipse.jsch.ui;bundle-version="1.1.400",
org.eclipse.rse;bundle-version="3.4.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.eclipse.jface.databinding.viewers,
org.eclipse.swt.graphics,
Expand Down

0 comments on commit 03b1dbf

Please sign in to comment.