Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 54044befdea2e798637c9899139eee979ce33cd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Common Eclipse Runtime Tests
Bundle-SymbolicName: org.eclipse.equinox.common.tests;singleton:=true
Bundle-Version: 3.13.0.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.13.0",
 org.eclipse.core.tests.harness;bundle-version="3.11.400",
 org.eclipse.equinox.registry;bundle-version="3.8.200"
Import-Package: org.eclipse.osgi.service.localization,
 org.osgi.framework,
 org.eclipse.core.runtime,
 org.osgi.service.log,
 org.osgi.service.packageadmin,
 org.osgi.util.tracker
Eclipse-BundleShape: dir

Back to the top