| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %Bundle-Name.0 |
| Bundle-SymbolicName: org.eclipse.wst.common.snippets.tests; singleton:=true |
| Bundle-Version: 1.0.500.qualifier |
| Bundle-ClassPath: snippetstests.jar |
| Bundle-Activator: org.eclipse.wst.common.snippets.tests.TestsPlugin |
| Bundle-Vendor: %Bundle-Vendor.0 |
| Bundle-Localization: plugin |
| Export-Package: org.eclipse.wst.common.snippets.core.tests, |
| org.eclipse.wst.common.snippets.tests, |
| org.eclipse.wst.common.snippets.ui.tests |
| Require-Bundle: org.junit;bundle-version="3.8.2", |
| org.eclipse.core.resources, |
| org.eclipse.core.runtime, |
| org.eclipse.text, |
| org.eclipse.ui, |
| org.eclipse.wst.common.snippets, |
| org.eclipse.ui.ide, |
| org.eclipse.ui.workbench.texteditor, |
| org.eclipse.gef, |
| org.eclipse.jface.text |
| Eclipse-LazyStart: true |
| Bundle-ActivationPolicy: lazy |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |