Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %pluginName |
Florian Thienel | 1af74b9 | 2012-09-23 11:47:58 +0200 | [diff] [blame] | 4 | Bundle-Version: 1.1.0.qualifier |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 5 | Bundle-Vendor: %providerName |
| 6 | Bundle-SymbolicName: org.eclipse.vex.docbook;singleton:=true |
| 7 | Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", |
| 8 | org.eclipse.ui;bundle-version="[3.4.0,4.0.0)", |
| 9 | org.eclipse.vex.core;bundle-version="[1.0.0,2.0.0)", |
| 10 | org.eclipse.vex.ui;bundle-version="[1.0.0,2.0.0)", |
| 11 | org.eclipse.emf.ecore;bundle-version="[2.4.1,3.0.0)", |
| 12 | org.eclipse.wst.xml.core |
| 13 | Bundle-Localization: plugin |
Florian Thienel | ea33051 | 2011-11-14 22:32:49 +0100 | [diff] [blame] | 14 | Export-Package: org.eclipse.vex.docbook |
Florian Thienel | fa641e5 | 2011-11-10 00:49:26 +0100 | [diff] [blame] | 15 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| 16 | Bundle-ClassPath: . |