| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: %Plugin.name | |
| Bundle-SymbolicName: org.eclipse.gmf.tests.runtime.notation | |
| Bundle-Version: 1.5.0.qualifier | |
| Bundle-Activator: org.eclipse.gmf.tests.runtime.notation.Activator | |
| Bundle-Vendor: %Plugin.providerName | |
| Bundle-Localization: plugin | |
| Require-Bundle: org.eclipse.gmf.runtime.notation;bundle-version="[1.4.0,2.0.0)", | |
| org.eclipse.gmf.runtime.notation.edit;bundle-version="[1.4.0,2.0.0)", | |
| org.eclipse.emf.ecore;bundle-version="[2.6.0,3.0.0)", | |
| org.junit;bundle-version="[3.8.0,5.0.0)", | |
| org.eclipse.core.resources;bundle-version="[3.6.0,4.0.0)", | |
| org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)", | |
| org.eclipse.ui.ide;bundle-version="[3.6.0,4.0.0)", | |
| org.eclipse.ui;bundle-version="[3.6.0,4.0.0)" | |
| Bundle-ActivationPolicy: lazy | |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 | |
| Import-Package: org.eclipse.core.runtime |