Skip to main content
summaryrefslogtreecommitdiffstats
blob: f0f4c8597ecbbdb928ae0c99163a4f6da56e6f12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.ui.cheatsheets; singleton:=true
Bundle-Version: 3.1.0
Bundle-Activator: org.eclipse.ui.internal.cheatsheets.CheatSheetPlugin
Bundle-Vendor: %PROVIDER_NAME
Bundle-Localization: plugin
Export-Package: org.eclipse.ui.cheatsheets,
 org.eclipse.ui.internal.cheatsheets;x-internal:=true,
 org.eclipse.ui.internal.cheatsheets.actions;x-internal:=true,
 org.eclipse.ui.internal.cheatsheets.data;x-internal:=true,
 org.eclipse.ui.internal.cheatsheets.dialogs;x-internal:=true,
 org.eclipse.ui.internal.cheatsheets.registry;x-internal:=true,
 org.eclipse.ui.internal.cheatsheets.views;x-internal:=true
Require-Bundle: org.eclipse.ui,
 org.eclipse.ui.forms,
 org.eclipse.help,
 org.eclipse.core.runtime
Eclipse-AutoStart: true

Back to the top