1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cheatsheets;singleton:=true
Bundle-Version: 2.8.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.emf.cheatsheets.CheatSheetsPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.ui.cheatsheets;bundle-version="[3.4.0,4.0.0)",
org.eclipse.emf.importer;bundle-version="[2.11.0,3.0.0)",
org.eclipse.core.resources;bundle-version="[3.6.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
org.eclipse.jface;bundle-version="[3.6.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.6.0,4.0.0)",
org.eclipse.ui.workbench;bundle-version="[3.6.0,4.0.0)",
org.eclipse.emf.codegen.ecore.ui;bundle-version="[2.15.0,3.0.0)",
org.eclipse.jdt.core;bundle-version="[3.6.0,4.0.0)",
org.eclipse.emf.importer.java;bundle-version="[2.10.0,3.0.0)",
org.eclipse.emf.importer.rose;bundle-version="[2.10.0,3.0.0)"
Eclipse-LazyStart: true
Export-Package: org.eclipse.emf.cheatsheets,
org.eclipse.emf.cheatsheets.actions
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.emf.cheatsheets
|