Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4ec33754594e68249805fdd390bc48daf793855c (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: 3.1.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui.intro,
 org.eclipse.ui.cheatsheets
Eclipse-LazyStart: true

Back to the top