Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3c2559e4464e857b509c1a8c95a35d3286c68ae4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
Automatic-Module-Name: org.eclipse.cdt.util

Back to the top