| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.tigerstripe.annotation.core.test; singleton:=true |
| Bundle-Version: 0.10.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Export-Package: org.eclipse.tigerstripe.annotation.core.test.model, |
| org.eclipse.tigerstripe.annotation.core.test.model.impl, |
| org.eclipse.tigerstripe.annotation.core.test.model.util |
| Require-Bundle: org.eclipse.core.runtime, |
| org.junit, |
| org.eclipse.jface, |
| org.eclipse.jdt.core, |
| org.eclipse.tigerstripe.annotation.core, |
| org.eclipse.emf.ecore.change, |
| org.eclipse.ui.workbench, |
| org.eclipse.emf.validation, |
| org.eclipse.tigerstripe.annotation.java, |
| org.eclipse.tigerstripe.annotation.java.ui, |
| org.eclipse.tigerstripe.annotation.java.ui.refactoring, |
| org.eclipse.tigerstripe.annotation.example, |
| org.eclipse.tigerstripe.annotation.example.person, |
| org.eclipse.tigerstripe.annotation.resource, |
| org.eclipse.tigerstripe.annotation.resource.ui, |
| org.eclipse.tigerstripe.annotation.ui, |
| org.eclipse.tigerstripe.annotation.validation, |
| org.eclipse.emf.workspace, |
| org.eclipse.emf.ecore.xmi |
| Bundle-ActivationPolicy: lazy |
| Bundle-Activator: org.eclipse.tigerstripe.annotation.core.test.Activator |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |