Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ab6e5b9c7bdcee4da44038d2331c1ba2c23c94d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt; singleton:=true
Bundle-Version: 9.12.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui.intro;bundle-version="[3.2.0,4.0.0)",
 org.eclipse.ui.cheatsheets;bundle-version="[3.2.0,4.0.0)"
Bundle-ActivationPolicy: lazy

Back to the top