Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 703c6df811f56201bab2801a77ec7fca86ab3e68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.util;singleton:=true
Bundle-Version: 5.0.101.qualifier
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.cdt.core,
 org.junit,
 org.eclipse.core.runtime,
 org.eclipse.core.resources
Export-Package: org.eclipse.cdt.internal.core.parser.util
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

Back to the top