| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-SymbolicName: org.eclipse.acceleo.query.tests;singleton:=true |
| Automatic-Module-Name: org.eclipse.acceleo.query.tests |
| Bundle-Version: 8.0.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Vendor: %providerName |
| Bundle-Name: %pluginName |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| Bundle-Localization: plugin |
| Require-Bundle: org.junit;bundle-version="[4.11.0,5.0.0)", |
| org.eclipse.acceleo.query, |
| org.eclipse.emf.common, |
| org.eclipse.emf.ecore.xmi, |
| org.eclipse.core.runtime, |
| org.eclipse.emf.ecore;visibility:=reexport, |
| org.eclipse.acceleo.query.tests.qmodel, |
| org.eclipse.acceleo.query.tests.anydsl, |
| org.eclipse.uml2.uml;bundle-version="5.0.1", |
| org.eclipse.acceleo.annotations, |
| org.eclipse.acceleo.query.tests.nestedpackages, |
| org.antlr.runtime;bundle-version="[4.7.2,4.7.3)" |
| Bundle-ActivationPolicy: lazy |
| Export-Package: inference, |
| inference.impl, |
| inference.util, |
| nooperationreflection, |
| nooperationreflection.impl, |
| nooperationreflection.util, |
| org.eclipse.acceleo.query.ast.test, |
| org.eclipse.acceleo.query.ast.test.delegates, |
| org.eclipse.acceleo.query.parser.tests, |
| org.eclipse.acceleo.query.runtime.servicelookup, |
| org.eclipse.acceleo.query.runtime.test, |
| org.eclipse.acceleo.query.services.tests, |
| org.eclipse.acceleo.query.tests, |
| org.eclipse.acceleo.query.tests.runtime.impl, |
| org.eclipse.acceleo.query.tests.runtime.impl.completion, |
| org.eclipse.acceleo.query.tests.runtime.lookup.basic, |
| org.eclipse.acceleo.query.tests.services, |
| org.eclipse.acceleo.query.tests.unit, |
| org.eclipse.acceleo.query.tests.validation.types |
| Import-Package: com.google.common.collect;version="[27.0.0,30.2.0)", |
| com.google.common.base;version="[27.0.0,30.2.0)" |