mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
14 lines
491 B
Plaintext
14 lines
491 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Test
|
|
Bundle-SymbolicName: com.sap.sailing.declination.test
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: SAP
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Fragment-Host: com.sap.sailing.declination
|
|
Require-Bundle: org.junit;bundle-version="4.8.2"
|
|
Import-Package: com.sap.sailing.domain.common,
|
|
com.sap.sailing.domain.common.impl,
|
|
com.sap.sailing.domain.common.quadtree
|
|
Automatic-Module-Name: com.sap.sailing.declination.test
|