Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f767c56f96c4fa611c9ad4a1c90fd756df2651aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Common Eclipse Runtime Tests
Bundle-SymbolicName: org.eclipse.equinox.common.tests
Bundle-Version: 3.10.300.qualifier
Automatic-Module-Name: org.eclipse.equinox.common.tests
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: org.junit,
 org.eclipse.equinox.common;bundle-version="3.10.300",
 org.eclipse.core.tests.harness;bundle-version="3.11.400"
Import-Package: org.osgi.framework,
 org.osgi.util.tracker

Back to the top