| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.rmf.reqif10.xhtml.edit;singleton:=true |
| Bundle-Version: 0.13.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Activator: org.eclipse.rmf.reqif10.xhtml.provider.XhtmlEditPlugin$Implementation |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| Export-Package: org.eclipse.rmf.reqif10.xhtml.provider |
| Require-Bundle: org.eclipse.core.runtime, |
| org.eclipse.rmf.reqif10.xhtml;visibility:=reexport, |
| org.eclipse.emf.edit;visibility:=reexport, |
| org.eclipse.emf.ecore;visibility:=reexport |
| Bundle-ActivationPolicy: lazy |