| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.emf.test.databinding.edit |
| Bundle-Version: 1.6.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.9.0,4.0.0)", |
| org.eclipse.emf.test.databinding;bundle-version="[1.7.0,2.0.0)", |
| org.eclipse.emf.databinding.edit;bundle-version="[1.8.0,2.0.0)", |
| org.junit;bundle-version="[4.12.0,5.0.0)", |
| org.eclipse.emf.ecore.xmi;bundle-version="[2.18.0,3.0.0)", |
| org.eclipse.core.databinding.property;bundle-version="[1.3.0,2.0.0)", |
| org.eclipse.emf.test.common;bundle-version="[1.11.0,2.0.0)" |
| Bundle-ActivationPolicy: lazy |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| Automatic-Module-Name: org.eclipse.emf.test.databinding.edit |
| Export-Package: org.eclipse.emf.test.databinding.edit;version="1.6.0" |