Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 74d292c2bd918d9708088dc6e75d998e0f7472e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.cdt.autotools.docs;singleton:=true
Bundle-Version: 2.0.2.qualifier
Bundle-Vendor: %provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help,
 org.eclipse.ui.cheatsheets,
 org.apache.ant;bundle-version="1.7.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

Back to the top