mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
this produces lots of compilation errors, mostly because of MongoClientURI replaced by ConnectionString
17 lines
592 B
Plaintext
17 lines
592 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.bson;bundle-version="4.3.1",
|
|
org.mongodb.driver-core;bundle-version="4.3.1",
|
|
org.mongodb.driver-sync;bundle-version="4.3.1"
|
|
Export-Package: com.sap.sse.mongodb
|
|
Bundle-ActivationPolicy: lazy
|
|
Import-Package: org.osgi.framework;version="1.6.0"
|
|
Bundle-Activator: com.sap.sse.mongodb.Activator
|
|
Automatic-Module-Name: com.sap.sse.mongodb
|