mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %pluginName |
| 4 | Bundle-SymbolicName: org.eclipse.graphiti.doc;singleton:=true |
Michael Wenz | f3ed1ca | 2020-05-08 18:10:50 +0200 | [diff] [blame^] | 5 | Bundle-Version: 0.17.0.qualifier |
mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 6 | Bundle-Vendor: %providerName |
| 7 | Bundle-Localization: plugin |
Michael Wenz | f7c320f | 2015-11-20 15:29:18 +0100 | [diff] [blame] | 8 | Require-Bundle: org.eclipse.help;bundle-version="[3.6.0,4.0.0)", |
Michael Wenz | f3ed1ca | 2020-05-08 18:10:50 +0200 | [diff] [blame^] | 9 | org.eclipse.graphiti;bundle-version="0.17.0";resolution:=optional, |
| 10 | org.eclipse.graphiti.export.batik;bundle-version="0.17.0";resolution:=optional, |
| 11 | org.eclipse.graphiti.mm;bundle-version="0.17.0";resolution:=optional, |
| 12 | org.eclipse.graphiti.pattern;bundle-version="0.17.0";resolution:=optional, |
| 13 | org.eclipse.graphiti.ui;bundle-version="0.17.0";resolution:=optional |
mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 14 | Bundle-ClassPath: . |
Michael Wenz | b328412 | 2018-01-11 14:26:53 +0100 | [diff] [blame] | 15 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |