mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 09:55:29 +02:00

All the about.html files are updated, so every bundle that hasn't already had a bump in 10.7 needs one now Change-Id: I6143d2fbe77a58a3a6d2f4a226d96087117f9ac1
14 lines
676 B
Text
14 lines
676 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.testsrunner.boost;singleton:=true
|
|
Bundle-Version: 7.1.100.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.testsrunner.internal.boost.BoostTestsRunnerPlugin
|
|
Bundle-Vendor: %providerName
|
|
Bundle-Localization: plugin
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
|
|
org.eclipse.cdt.testsrunner;bundle-version="3.5.0"
|
|
Export-Package: org.eclipse.cdt.testsrunner.internal.boost;x-friends:="org.eclipse.cdt.testsrunner.tests"
|
|
Automatic-Module-Name: org.eclipse.cdt.testsrunner.boost
|