mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
17 lines
604 B
Plaintext
17 lines
604 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Test
|
|
Bundle-SymbolicName: com.googlecode.java-diff-utils.test
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: GOOGLECODE
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Fragment-Host: com.googlecode.java-diff-utils
|
|
Bundle-ClassPath: test/,
|
|
.
|
|
Require-Bundle: junit-jupiter-api;bundle-version="5.11.3",
|
|
junit-jupiter-engine;bundle-version="5.11.3",
|
|
junit-platform-commons;bundle-version="1.11.3",
|
|
junit-platform-engine;bundle-version="1.11.3",
|
|
org.opentest4j;bundle-version="1.3.0"
|
|
Automatic-Module-Name: com.googlecode.java-diff-utils.test
|