Patrick Paulin | 3e62a42 | 2013-01-31 18:13:04 -0600 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
mwenz | b9a671d | 2013-05-28 09:31:12 +0200 | [diff] [blame] | 3 | Bundle-Name: %pluginName |
Patrick Paulin | 3e62a42 | 2013-01-31 18:13:04 -0600 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.graphiti.examples.composite;singleton:=true |
Michael Wenz | 822fe13 | 2018-08-10 15:22:31 +0200 | [diff] [blame] | 5 | Bundle-Version: 0.16.0.qualifier |
mwenz | b9a671d | 2013-05-28 09:31:12 +0200 | [diff] [blame] | 6 | Bundle-ClassPath: . |
| 7 | Bundle-Vendor: %providerName |
| 8 | Bundle-Localization: plugin |
Patrick Paulin | 3e62a42 | 2013-01-31 18:13:04 -0600 | [diff] [blame] | 9 | Bundle-Activator: org.eclipse.graphiti.examples.composite.Activator |
Michael Wenz | 9eb2368 | 2014-08-29 15:50:50 +0200 | [diff] [blame] | 10 | Require-Bundle: org.eclipse.ui;bundle-version="[3.106.0,4.0.0)", |
| 11 | org.eclipse.core.runtime;bundle-version="[3.10.0,4.0.0)", |
Michael Wenz | 822fe13 | 2018-08-10 15:22:31 +0200 | [diff] [blame] | 12 | org.eclipse.graphiti;bundle-version="0.16.0", |
| 13 | org.eclipse.graphiti.ui;bundle-version="0.16.0", |
Michael Wenz | 9eb2368 | 2014-08-29 15:50:50 +0200 | [diff] [blame] | 14 | org.eclipse.emf.transaction;bundle-version="[1.8.0,2.0.0)" |
Patrick Paulin | 3e62a42 | 2013-01-31 18:13:04 -0600 | [diff] [blame] | 15 | Bundle-ActivationPolicy: lazy |
Michael Wenz | b328412 | 2018-01-11 14:26:53 +0100 | [diff] [blame] | 16 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |