mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00

Includes bundle version bumps for new version of ECJ and target platform update. Co-authored-by: Александър Куртаков <akurtakov@gmail.com>
15 lines
723 B
Text
15 lines
723 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.testsrunner.qttest;singleton:=true
|
|
Bundle-Version: 7.2.300.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.testsrunner.internal.qttest.QtTestsRunnerPlugin
|
|
Bundle-Vendor: %providerName
|
|
Bundle-Localization: plugin
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
|
|
org.eclipse.cdt.testsrunner;bundle-version="3.5.0",
|
|
org.eclipse.cdt.core;bundle-version="8.3.0"
|
|
Export-Package: org.eclipse.cdt.testsrunner.internal.qttest;x-friends:="org.eclipse.cdt.testsrunner.tests"
|
|
Automatic-Module-Name: org.eclipse.cdt.testsrunner.qttest
|