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.examples.tutorial;singleton:=true |
mwenz | 30f5dc7 | 2013-07-04 15:58:28 +0200 | [diff] [blame] | 5 | Bundle-Version: 0.11.0.qualifier |
mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 6 | Bundle-ClassPath: . |
| 7 | Bundle-Vendor: %providerName |
| 8 | Bundle-Localization: plugin |
mwenz | 30f5dc7 | 2013-07-04 15:58:28 +0200 | [diff] [blame] | 9 | Require-Bundle: org.eclipse.graphiti;bundle-version="0.11.0", |
| 10 | org.eclipse.graphiti.ui;bundle-version="0.11.0", |
| 11 | org.eclipse.graphiti.examples.common;bundle-version="0.11.0", |
mwenz | f4754ca | 2011-09-27 15:36:37 +0200 | [diff] [blame] | 12 | org.eclipse.core.resources;bundle-version="[3.7.100,4.0.0)", |
| 13 | org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)", |
tkaiser | eef2b2f | 2010-09-29 08:44:46 +0000 | [diff] [blame] | 14 | org.eclipse.emf.transaction;bundle-version="[1.4.0,2.0.0)", |
mwenz | f4754ca | 2011-09-27 15:36:37 +0200 | [diff] [blame] | 15 | org.eclipse.ui.views.properties.tabbed;bundle-version="[3.5.200,4.0.0)", |
mwenz | c82ab70 | 2012-02-21 12:37:35 +0100 | [diff] [blame] | 16 | org.eclipse.ui.ide;bundle-version="[3.7.0,4.0.0)", |
| 17 | org.eclipse.gef;bundle-version="[3.7.0,4.0.0)" |
mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 18 | Bundle-ActivationPolicy: lazy |
| 19 | Export-Package: org.eclipse.graphiti.examples.tutorial, |
| 20 | org.eclipse.graphiti.examples.tutorial.diagram, |
| 21 | org.eclipse.graphiti.examples.tutorial.features, |
| 22 | org.eclipse.graphiti.examples.tutorial.property |
Michael Wenz | 71800df | 2013-09-27 14:21:10 +0200 | [diff] [blame^] | 23 | Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |