mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 20:35:38 +02:00

Since M3 was published, platform had upped version of org.eclipse.core.runtime. See https://github.com/eclipse-cdt/cdt/pull/1165#issuecomment-2892408192
15 lines
738 B
Text
15 lines
738 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.testsrunner.boost;singleton:=true
|
|
Bundle-Version: 7.2.500.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.testsrunner.internal.boost.BoostTestsRunnerPlugin
|
|
Bundle-Vendor: %providerName
|
|
Bundle-Localization: plugin
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.33.0,4)",
|
|
org.eclipse.cdt.testsrunner;bundle-version="[8.3.300,9)",
|
|
org.eclipse.cdt.core;bundle-version="[9.1.0,10)"
|
|
Export-Package: org.eclipse.cdt.testsrunner.internal.boost;x-friends:="org.eclipse.cdt.testsrunner.tests"
|
|
Automatic-Module-Name: org.eclipse.cdt.testsrunner.boost
|