2015-01-03 16:34:32 +01:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
2015-01-03 17:25:09 +01:00
|
|
|
Bundle-Name: SQLite transaction database
|
2015-01-03 16:34:32 +01:00
|
|
|
Bundle-SymbolicName: com.minres.scviewer.database.sqlite
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Bundle-Vendor: MINRES Technologies GmbH
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
|
|
Require-Bundle: com.minres.scviewer.database;bundle-version="1.0.0",
|
|
|
|
org.eclipse.equinox.util;bundle-version="1.0.500",
|
|
|
|
org.eclipse.equinox.ds;bundle-version="1.4.200",
|
2015-01-20 18:50:15 +01:00
|
|
|
org.eclipse.osgi.services;bundle-version="3.4.0",
|
|
|
|
com.google.guava;bundle-version="15.0.0"
|
2015-01-03 16:34:32 +01:00
|
|
|
Bundle-ClassPath: .,
|
|
|
|
sqlite-jdbc-3.8.7.jar
|
|
|
|
Service-Component: OSGI-INF/component.xml
|
2015-01-06 17:14:16 +01:00
|
|
|
Export-Package: com.minres.scviewer.database.sqlite
|
|
|
|
Bundle-ActivationPolicy: lazy
|