| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %bundleName |
| Bundle-SymbolicName: org.eclipse.linuxtools.oprofile.tests |
| Bundle-Version: 1.0.0.qualifier |
| Bundle-Vendor: %bundleProvider |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| Import-Package: org.eclipse.linuxtools.internal.oprofile.core.opxml, |
| org.eclipse.linuxtools.internal.oprofile.core.opxml.modeldata, |
| org.eclipse.linuxtools.internal.oprofile.core.model |
| Export-Package: org.eclipse.linuxtools.oprofile.tests |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0" |
| Bundle-ActivationPolicy: lazy |
| Bundle-Activator: org.eclipse.linuxtools.oprofile.tests.TestPlugin |
| Bundle-Localization: plugin |