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 |
| 5 | Bundle-Version: 0.7.0.qualifier |
| 6 | Bundle-ClassPath: . |
| 7 | Bundle-Vendor: %providerName |
| 8 | Bundle-Localization: plugin |
| 9 | Export-Package: org.eclipse.graphiti.pattern;version="0.7.0", |
| 10 | org.eclipse.graphiti.pattern.config;version="0.7.0", |
| 11 | org.eclipse.graphiti.pattern.mapping;version="0.7.0", |
| 12 | org.eclipse.graphiti.pattern.mapping.data;version="0.7.0" |
| 13 | Bundle-ActivationPolicy: lazy |
| 14 | Require-Bundle: org.eclipse.graphiti;bundle-version="0.7.0" |
| 15 | Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
| 16 | Import-Package: org.eclipse.graphiti.ui.features;version="0.7.0" |