2010-09-29 14:25:34 +07:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
2014-10-13 10:05:19 +07:00
|
|
|
Bundle-Name: iDempiere Postgresql Provider
|
2010-09-29 14:25:34 +07:00
|
|
|
Bundle-SymbolicName: org.compiere.db.postgresql.provider;singleton:=true
|
2022-12-24 06:20:49 +07:00
|
|
|
Bundle-Version: 11.0.0.qualifier
|
2023-06-21 18:44:18 +07:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
|
|
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=17))"
|
2023-11-08 18:12:35 +07:00
|
|
|
Bundle-ClassPath: .
|
2016-07-07 12:51:24 +07:00
|
|
|
Require-Bundle: org.adempiere.base;bundle-version="0.0.0",
|
2023-11-08 18:12:35 +07:00
|
|
|
org.adempiere.install;bundle-version="0.0.0";resolution:=optional,
|
2023-12-28 21:02:44 +07:00
|
|
|
com.zaxxer.HikariCP;bundle-version="5.1.0",
|
|
|
|
org.postgresql.jdbc;bundle-version="42.7.1"
|
2020-09-18 17:17:40 +07:00
|
|
|
Import-Package: org.osgi.framework,
|
2015-10-19 19:37:01 +07:00
|
|
|
org.slf4j;version="1.7.2"
|
2010-11-29 10:35:13 +07:00
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Bundle-Activator: org.adempiere.db.postgresql.PostgreSQLBundleActivator
|
2019-02-27 18:51:25 +07:00
|
|
|
Service-Component: OSGI-INF/*.xml
|
2018-09-11 09:04:49 +07:00
|
|
|
Automatic-Module-Name: org.compiere.db.postgresql.provider
|
2018-10-24 13:07:45 +07:00
|
|
|
Bundle-Vendor: iDempiere Community
|
2021-09-20 15:53:30 +07:00
|
|
|
Export-Package: org.adempiere.db.postgresql.config,
|
|
|
|
org.compiere.dbPort
|