sboshev | ce4dffa | 2009-01-12 12:19:14 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: Declarative Services Tests |
| 4 | Bundle-Category: test |
| 5 | Bundle-SymbolicName: org.eclipse.equinox.ds.tests |
Alexander Kurtakov | b51f5ba | 2018-10-05 08:37:41 +0300 | [diff] [blame] | 6 | Bundle-Version: 1.5.300.qualifier |
sboshev | ce4dffa | 2009-01-12 12:19:14 +0000 | [diff] [blame] | 7 | Bundle-Activator: org.eclipse.equinox.ds.tests.DSTestsActivator |
| 8 | Bundle-ActivationPolicy: lazy |
sboshev | 558df43 | 2010-05-14 08:55:04 +0000 | [diff] [blame] | 9 | Require-Bundle: org.junit |
| 10 | Import-Package: |
sboshev | ce4dffa | 2009-01-12 12:19:14 +0000 | [diff] [blame] | 11 | org.eclipse.osgi.service.urlconversion;version="1.0.0", |
| 12 | org.osgi.framework;version="1.3.0", |
| 13 | org.osgi.service.cm;version="1.2.0", |
| 14 | org.osgi.service.component;version="1.0.0", |
| 15 | org.osgi.service.log;version="1.3.0", |
sboshev | ce4dffa | 2009-01-12 12:19:14 +0000 | [diff] [blame] | 16 | org.osgi.service.permissionadmin;version="1.2.0", |
| 17 | org.osgi.util.tracker;version="1.4.2" |
| 18 | Export-Package: org.eclipse.equinox.ds.tests.tbc |
Thomas Watson | d170545 | 2013-04-03 10:33:53 -0500 | [diff] [blame] | 19 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
Igor Fedorenko | ee66532 | 2012-05-16 13:54:41 -0500 | [diff] [blame] | 20 | Eclipse-BundleShape: dir |
Karsten Thoms | 4190b19 | 2017-12-21 14:58:58 +0100 | [diff] [blame] | 21 | Automatic-Module-Name: org.eclipse.equinox.ds.tests |