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.pattern;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-ClassPath: . |
| 7 | Bundle-Vendor: %providerName |
| 8 | Bundle-Localization: plugin |
Michael Wenz | f3ed1ca | 2020-05-08 18:10:50 +0200 | [diff] [blame^] | 9 | Export-Package: org.eclipse.graphiti.pattern;version="0.17.0", |
| 10 | org.eclipse.graphiti.pattern.config;version="0.17.0", |
| 11 | org.eclipse.graphiti.pattern.id;version="0.17.0", |
| 12 | org.eclipse.graphiti.pattern.mapping;version="0.17.0", |
| 13 | org.eclipse.graphiti.pattern.mapping.data;version="0.17.0" |
mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 14 | Bundle-ActivationPolicy: lazy |
Michael Wenz | f3ed1ca | 2020-05-08 18:10:50 +0200 | [diff] [blame^] | 15 | Require-Bundle: org.eclipse.graphiti;bundle-version="0.17.0" |
Michael Wenz | b328412 | 2018-01-11 14:26:53 +0100 | [diff] [blame] | 16 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
Michael Wenz | f3ed1ca | 2020-05-08 18:10:50 +0200 | [diff] [blame^] | 17 | Import-Package: org.eclipse.graphiti.ui.features;version="0.17.0" |