Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5ca64e8d8c07007930d063769c91a1c622613831 (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.8.0.qualifier
Bundle-ClassPath: osgitests.jar
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: J2SE-1.4
DynamicImport-Package: ext.framework.b

Back to the top