Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 19c88d313c6a4a41c829166bbd80cdf61f1b2027 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.util;singleton:=true
Bundle-Version: 5.0.0.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

Back to the top