| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.datatools.sqltools.parsers.sql.test;singleton:=true |
| Bundle-Version: 1.0.1.qualifier |
| Bundle-Activator: org.eclipse.datatools.sqltools.parsers.sql.test.TestPlugin |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Export-Package: |
| org.eclipse.datatools.sqltools.parsers.sql.test |
| Require-Bundle: |
| org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", |
| org.junit;bundle-version="[3.8.0,4.0.0)", |
| org.eclipse.datatools.sqltools.parsers.sql;bundle-version="[0.9.0,1.5.0)", |
| org.eclipse.datatools.sqltools.parsers.sql.query;bundle-version="[0.9.0,1.5.0)" |
| Eclipse-LazyStart: true |
| Bundle-ActivationPolicy: lazy |