|
| 1 | +Manifest-Version: 1.0 |
| 2 | +Implementation-Title: H2 Database Light Engine |
| 3 | +Implementation-URL: https://github.com/ARCAD-Software/h2database-light |
| 4 | +Implementation-Version: 2.3.232.1 |
| 5 | +Build-Jdk: 17 |
| 6 | +Created-By: ${createdBy} |
| 7 | +Automatic-Module-Name: com.h2database.light |
| 8 | +Bundle-Activator: org.h2.util.DbDriverActivator |
| 9 | +Bundle-ManifestVersion: 2 |
| 10 | +Bundle-Name: H2 Database Light Engine |
| 11 | +Bundle-RequiredExecutionEnvironment: JavaSE-17 |
| 12 | +Bundle-SymbolicName: com.h2database.light |
| 13 | +Bundle-Vendor: ARCAD Software |
| 14 | +Bundle-Version: 2.3.232.1 |
| 15 | +Bundle-License: https://github.com/ARCAD-Software/h2database-light |
| 16 | +Bundle-Category: jdbc |
| 17 | +Multi-Release: true |
| 18 | +Import-Package: javax.crypto, |
| 19 | + javax.crypto.spec, |
| 20 | + javax.management, |
| 21 | + javax.naming;resolution:=optional, |
| 22 | + javax.naming.directory;resolution:=optional, |
| 23 | + javax.naming.spi;resolution:=optional, |
| 24 | + javax.net, |
| 25 | + javax.net.ssl, |
| 26 | + javax.script;resolution:=optional, |
| 27 | + javax.security.auth.callback;resolution:=optional, |
| 28 | + javax.security.auth.login;resolution:=optional, |
| 29 | + javax.sql, |
| 30 | + javax.tools;resolution:=optional, |
| 31 | + javax.transaction.xa;resolution:=optional, |
| 32 | + javax.xml.parsers;resolution:=optional, |
| 33 | + javax.xml.stream;resolution:=optional, |
| 34 | + javax.xml.transform;resolution:=optional, |
| 35 | + javax.xml.transform.dom;resolution:=optional, |
| 36 | + javax.xml.transform.sax;resolution:=optional, |
| 37 | + javax.xml.transform.stax;resolution:=optional, |
| 38 | + javax.xml.transform.stream;resolution:=optional, |
| 39 | + org.locationtech.jts.geom;version="[1.19.0,2.0.0)";resolution:=optional, |
| 40 | + org.locationtech.jts.geom.impl;version="[1.19.0,2.0.0)";resolution:=optional, |
| 41 | + org.osgi.framework;version="[1.5.0,2.0.0)", |
| 42 | + org.osgi.service.jdbc;version="[1.1.0,2.0.0)";resolution:=optional, |
| 43 | + org.slf4j;version="[1.7.0,2.0.0)";resolution:=optional, |
| 44 | + org.w3c.dom;resolution:=optional, |
| 45 | + org.xml.sax;resolution:=optional, |
| 46 | + org.xml.sax.helpers;resolution:=optional |
| 47 | +Export-Package: org.h2;version="2.3.232", |
| 48 | + org.h2.api;version="2.3.232", |
| 49 | + org.h2.fulltext;version="2.3.232", |
| 50 | + org.h2.jdbc;version="2.3.232", |
| 51 | + org.h2.jdbcx;version="2.3.232", |
| 52 | + org.h2.tools;version="2.3.232", |
| 53 | + org.h2.util;version="2.3.232", |
| 54 | + org.h2.value;version="2.3.232", |
| 55 | + org.h2.bnf;version="2.3.232", |
| 56 | + org.h2.bnf.context;version="2.3.232", |
| 57 | + org.h2.mvstore;version="2.3.232", |
| 58 | + org.h2.mvstore.tx;version="2.3.232", |
| 59 | + org.h2.mvstore.type;version="2.3.232", |
| 60 | + org.h2.mvstore.rtree;version="2.3.232", |
| 61 | + org.h2.store.fs;version="2.3.232" |
| 62 | +Provide-Capability: osgi.service;objectClass:List<String>=org.osgi.service.jdbc.DataSourceFactory |
0 commit comments