Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4634dbaa8ba070c6dbe3c0f9d5da19901d25d52a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.jpt.doc.user;singleton:=true
Bundle-Version: 1.0.100.qualifier
Bundle-Localization: plugin
Eclipse-LazyStart: true
Require-Bundle: org.eclipse.help;bundle-version="[3.3.100,4.0.0)",
 org.eclipse.ui.cheatsheets;bundle-version="[3.3.100,4.0.0)"

Back to the top