Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 04a2c18fcd4971146897cdb0ef9fcb7af0a04f4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Console supportability tests
Bundle-SymbolicName: org.eclipse.equinox.console.tests
Bundle-Version: 1.0.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: junit.framework;version="4.8.1",
 org.apache.sshd.client.future,
 org.easymock;version="2.4.0",
 org.junit;version="4.8.1"
Fragment-Host: org.eclipse.equinox.console

Back to the top