Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: fba8b2235abb2dabc5505e9057a1c1aaa014c9a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ssh Tests
Bundle-SymbolicName: org.eclipse.equinox.console.ssh.tests
Bundle-Version: 1.1.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.sshd.client.future,
 org.apache.sshd.client,
 org.apache.sshd.client.session,
 org.apache.sshd.client.channel,
 org.easymock;version="2.4.0",
 org.junit;version="4.8.1"
Fragment-Host: org.eclipse.equinox.console.ssh, org.eclipse.equinox.console
Automatic-Module-Name: org.eclipse.equinox.console.ssh.tests

Back to the top