2015-01-03 16:34:32 +01:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Textual transaction database
|
|
|
|
Bundle-SymbolicName: com.minres.scviewer.database.text
|
2021-01-09 22:23:51 +01:00
|
|
|
Bundle-Version: 3.0.0.qualifier
|
2015-01-03 16:34:32 +01:00
|
|
|
Bundle-Vendor: MINRES Technologies GmbH
|
2017-01-23 23:25:28 +01:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
2018-11-05 18:21:54 +01:00
|
|
|
Import-Package: org.osgi.framework;version="1.3.0"
|
2020-01-13 13:14:34 +01:00
|
|
|
Require-Bundle: com.minres.scviewer.database,
|
2015-01-20 18:50:15 +01:00
|
|
|
org.eclipse.osgi.services;bundle-version="3.4.0",
|
2021-01-04 17:39:11 +01:00
|
|
|
com.google.guava;bundle-version="15.0.0",
|
|
|
|
org.eclipse.collections;bundle-version="10.4.0"
|
2015-01-03 16:34:32 +01:00
|
|
|
Service-Component: OSGI-INF/component.xml
|
2015-01-06 17:14:16 +01:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2018-10-14 21:29:09 +02:00
|
|
|
Automatic-Module-Name: com.minres.scviewer.database.text
|
2021-01-03 17:44:52 +01:00
|
|
|
Bundle-ClassPath: .,
|
|
|
|
lib/mapdb-3.0.7.jar,
|
2018-11-06 08:24:26 +01:00
|
|
|
lib/kotlin-stdlib-1.2.42.jar,
|
|
|
|
lib/lz4-1.3.0.jar,
|
|
|
|
lib/elsa-3.0.0-M5.jar
|