| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.ocl.ecore.tests;singleton:=true |
| Bundle-Version: 3.23.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Export-Package: company;x-internal:=true, |
| company.impl;x-internal:=true, |
| company.util;x-internal:=true, |
| noreflectioncompany;x-internal:=true, |
| noreflectioncompany.impl;x-internal:=true, |
| noreflectioncompany.util;x-internal:=true, |
| org.eclipse.ocl.ecore.helper.tests, |
| org.eclipse.ocl.ecore.tests, |
| org.eclipse.ocl.ecore.tests.extlibrary, |
| org.eclipse.ocl.ecore.tests.extlibrary.impl, |
| org.eclipse.ocl.ecore.tests.extlibrary.util |
| Require-Bundle: org.eclipse.core.runtime;resolution:=optional, |
| org.eclipse.emf.ecore;visibility:=reexport, |
| org.eclipse.emf.ecore.xmi;visibility:=reexport, |
| org.eclipse.ocl.ecore;bundle-version="[3.1.0,4.0.0)";visibility:=reexport, |
| org.eclipse.ocl.tests;bundle-version="[3.1.0,4.0.0)";visibility:=reexport |
| Bundle-ActivationPolicy: lazy |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| Automatic-Module-Name: org.eclipse.ocl.ecore.tests |