1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-03 13:43:31 +02:00
cdt/util/org.eclipse.cdt.util/META-INF/MANIFEST.MF

15 lines
476 B
Text
Raw Normal View History

2008-04-09 15:17:59 +00:00
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.util;singleton:=true
Bundle-Version: 5.1.100.qualifier
2008-04-09 15:17:59 +00:00
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.cdt.core,
org.junit,
org.eclipse.core.runtime,
org.eclipse.core.resources
2008-04-09 20:17:10 +00:00
Export-Package: org.eclipse.cdt.internal.core.parser.util
2008-07-09 19:27:05 +00:00
Bundle-Localization: plugin
2022-10-01 19:59:59 -04:00
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.eclipse.cdt.util