Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 998a73c6e4dd3c141dee346c17673eb1798028dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core OSGi Tests
Bundle-SymbolicName: org.eclipse.osgi.tests;singleton:=true
Bundle-Version: 3.11.100.qualifier
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: 
 org.eclipse.core.runtime,
 org.eclipse.core.tests.harness,
 org.eclipse.test.performance,
 org.junit
Eclipse-LazyStart: true
Bundle-Activator: org.eclipse.osgi.tests.OSGiTestsActivator
Import-Package: org.osgi.service.event; resolution:="optional"
Export-Package: org.eclipse.osgi.tests.bundles,
 org.eclipse.osgi.tests.appadmin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
DynamicImport-Package: ext.framework.b
Eclipse-BundleShape: dir

Back to the top