19 lines
730 B
Plaintext
19 lines
730 B
Plaintext
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: CBOR transaction database
|
||
|
Bundle-SymbolicName: com.minres.scviewer.database.ftr
|
||
|
Bundle-Version: 1.0.0.qualifier
|
||
|
Bundle-Vendor: MINRES Technologies GmbH
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||
|
Import-Package: org.osgi.framework;version="1.3.0",
|
||
|
org.slf4j;version="1.7.2"
|
||
|
Require-Bundle: com.minres.scviewer.database,
|
||
|
org.eclipse.osgi.services;bundle-version="3.4.0",
|
||
|
com.google.guava;bundle-version="15.0.0",
|
||
|
org.eclipse.collections;bundle-version="10.4.0",
|
||
|
org.apache.commons.compress;bundle-version="1.20.0"
|
||
|
Service-Component: OSGI-INF/component.xml
|
||
|
Bundle-ActivationPolicy: lazy
|
||
|
Automatic-Module-Name: com.minres.scviewer.database.ftr
|
||
|
Bundle-ClassPath: .
|