Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8d3bd7f7d221e1c013b73996a80996b943a2652c (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.2.1.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