mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
15 lines
499 B
Plaintext
15 lines
499 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Test
|
|
Bundle-SymbolicName: com.sap.sse.mail.replication.test
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: SAP
|
|
Fragment-Host: com.sap.sse.mail
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: org.hamcrest;bundle-version="1.1.0",
|
|
org.junit;bundle-version="4.8.2",
|
|
com.rabbitmq.client,
|
|
com.sap.sse.replication.testsupport,
|
|
com.sap.sse.mail.replication.testsupport
|
|
Automatic-Module-Name: com.sap.sse.mail.replication.test
|