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: Apache ECS Library
|
2010-09-29 14:25:34 +07:00
|
|
|
Bundle-SymbolicName: org.apache.ecs
|
2021-12-24 23:18:24 +07:00
|
|
|
Bundle-Version: 10.0.0.qualifier
|
2010-09-29 14:25:34 +07:00
|
|
|
Bundle-Activator: org.apache.ecs.Activator
|
|
|
|
Bundle-ActivationPolicy: lazy
|
2020-12-20 15:53:21 +07:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
2019-09-19 18:57:52 +07:00
|
|
|
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=11))"
|
2010-09-29 14:25:34 +07:00
|
|
|
Import-Package: org.osgi.framework;version="1.3.0"
|
|
|
|
Export-Package: org.apache.ecs;uses:="org.apache.ecs.xhtml",
|
|
|
|
org.apache.ecs.filter;uses:="org.apache.ecs",
|
|
|
|
org.apache.ecs.storage,
|
|
|
|
org.apache.ecs.xhtml;uses:="org.apache.ecs",
|
|
|
|
org.apache.ecs.xml;uses:="org.apache.ecs"
|
2018-02-11 00:37:05 +07:00
|
|
|
Bundle-ClassPath: .
|
2018-09-11 09:04:49 +07:00
|
|
|
Automatic-Module-Name: org.apache.ecs
|
2018-10-24 13:07:45 +07:00
|
|
|
Bundle-Vendor: iDempiere Community
|