mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-18 21:55:45 +02:00

Includes: - Sign all artifacts, particularly 3rd party with CDT's PGP key - Using maven version managed and updated by EF Webmasters - Update to latest SnakeYAML - Move some 3rd party dependencies to Import-Package (instead of Require-Bundle)
13 lines
484 B
Text
13 lines
484 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: org.eclipse.cdt.cmake.core.tests
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Fragment-Host: org.eclipse.cdt.cmake.core;bundle-version="1.5.0"
|
|
Import-Package: org.assertj.core.api;version="[3.24.2,4.0.0)",
|
|
org.junit.jupiter.api;version="[5.9.3,6.0.0)"
|
|
Automatic-Module-Name: org.eclipse.cdt.cmake.core.tests
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Bundle-Copyright: %Bundle-Copyright
|
|
Require-Bundle: org.junit
|
|
|