2017-10-04 20:47:32 -04:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
2020-08-28 21:03:44 +02:00
|
|
|
Bundle-Name: %pluginName
|
2017-10-04 20:47:32 -04:00
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.cmake.ui.tests
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
2020-08-28 21:03:44 +02:00
|
|
|
Bundle-Vendor: %providerName
|
2022-10-01 19:59:59 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
2017-10-04 20:47:32 -04:00
|
|
|
Require-Bundle: org.eclipse.swtbot.go;bundle-version="2.7.0",
|
|
|
|
org.eclipse.cdt.core;bundle-version="6.4.0",
|
|
|
|
org.eclipse.core.resources;bundle-version="3.12.0",
|
|
|
|
org.eclipse.cdt.cmake.core;bundle-version="1.2.0"
|
2018-10-30 15:29:24 +01:00
|
|
|
Automatic-Module-Name: org.eclipse.cdt.cmake.ui.tests
|
2020-08-28 21:03:44 +02:00
|
|
|
Bundle-Localization: plugin
|
2021-07-31 15:39:24 +01:00
|
|
|
Import-Package: org.junit.jupiter.api;version="5.8.1",
|
|
|
|
org.junit.jupiter.api.io;version="5.8.1"
|