| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: Equinox security tests |
| Bundle-SymbolicName: org.eclipse.equinox.security.tests;singleton:=true |
| Bundle-Version: 1.0.100.qualifier |
| Bundle-Activator: org.eclipse.equinox.internal.security.tests.SecurityTestsActivator |
| Bundle-RequiredExecutionEnvironment: J2SE-1.4 |
| Bundle-Vendor: Eclipse.org |
| Require-Bundle: org.eclipse.core.tests.harness;bundle-version="3.4.0", |
| org.junit, |
| org.eclipse.osgi;bundle-version="3.4.0", |
| org.eclipse.equinox.security;bundle-version="0.0.1", |
| org.eclipse.equinox.registry;bundle-version="3.4.0", |
| org.eclipse.equinox.preferences;bundle-version="3.2.200" |
| Eclipse-LazyStart: true |
| Export-Package: org.eclipse.equinox.internal.security.tests;x-internal:=true, |
| org.eclipse.equinox.internal.security.tests.storage;x-internal:=true, |
| org.eclipse.equinox.security.tests;version="1.0.0" |
| Bundle-ActivationPolicy: lazy |