mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
13 lines
423 B
Plaintext
13 lines
423 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Testsupport
|
|
Bundle-SymbolicName: com.sap.sse.replication.testsupport
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: SAP
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: org.junit4;bundle-version="4.8.2",
|
|
com.sap.sse.replication,
|
|
com.sap.sse.common,
|
|
com.rabbitmq.client;bundle-version="2.8.4"
|
|
Export-Package: com.sap.sse.replication.testsupport
|