| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: %pluginName | |
| Bundle-SymbolicName: org.eclipse.rmf.reqif10.pror.tests;singleton:=true | |
| Bundle-Version: 0.10.0.qualifier | |
| Bundle-Localization: plugin | |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 | |
| Require-Bundle: org.junit, | |
| org.eclipse.ui, | |
| org.eclipse.core.resources, | |
| org.eclipse.core.runtime, | |
| org.eclipse.rmf.serialization;bundle-version="0.9.0", | |
| org.eclipse.rmf.reqif10.pror.editor;bundle-version="0.9.0", | |
| org.eclipse.rmf.reqif10.pror.presentation.headline;bundle-version="0.9.0", | |
| org.eclipse.rmf.reqif10.pror.presentation.id;bundle-version="0.9.0", | |
| org.eclipse.rmf.reqif10.pror.presentation.linewrap;bundle-version="0.9.0", | |
| org.eclipse.rmf.reqif10.xhtml;bundle-version="0.9.0", | |
| org.eclipse.rmf.reqif10.serialization;bundle-version="0.9.0" | |
| Bundle-Vendor: %providerName | |
| Export-Package: org.eclipse.rmf.reqif10.pror.configuration.provider,or | |
| g.eclipse.rmf.reqif10.pror.testdata,org.eclipse.rmf.reqif10.pror.test | |
| framework,org.eclipse.rmf.reqif10.pror.tests.util | |
| Bundle-ClassPath: lib/mockito-all-1.8.4.jar, | |
| . |