mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-17 11:19:15 +00:00
20 lines
728 B
Plaintext
20 lines
728 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Test
|
|
Bundle-SymbolicName: com.sap.sailing.datamining.test
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: SAP
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Fragment-Host: com.sap.sailing.datamining
|
|
Import-Package: junit.framework;version="4.8.2",
|
|
org.junit;version="4.8.2",
|
|
org.junit.runner;version="4.8.2"
|
|
Require-Bundle: org.mockito.mockito-core;bundle-version="4.8.1",
|
|
org.hamcrest;bundle-version="2.2.0",
|
|
com.sap.sse.common,
|
|
org.objenesis;bundle-version="2.1.0",
|
|
net.bytebuddy.byte-buddy;bundle-version="1.12.18",
|
|
net.bytebuddy.byte-buddy-agent;bundle-version="1.12.18",
|
|
com.sap.sailing.domain.test
|
|
Automatic-Module-Name: com.sap.sailing.datamining.test
|