mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
15 lines
488 B
Plaintext
15 lines
488 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Mongodb
|
|
Bundle-SymbolicName: com.sap.sse.mongodb
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Vendor: SAP
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: com.sap.sse.common,
|
|
org.mongodb.mongo-java-driver;bundle-version="2.13.0"
|
|
Export-Package: com.sap.sse.mongodb
|
|
Bundle-ActivationPolicy: lazy
|
|
Import-Package: com.sap.sailing.util,
|
|
org.osgi.framework;version="1.6.0"
|
|
Bundle-Activator: com.sap.sse.mongodb.Activator
|