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
|
2022-12-24 06:20:49 +07:00
|
|
|
Bundle-Version: 11.0.0.qualifier
|
2010-09-29 14:25:34 +07:00
|
|
|
Bundle-Activator: org.apache.ecs.Activator
|
|
|
|
Bundle-ActivationPolicy: lazy
|
2023-06-21 18:44:18 +07:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
|
|
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=17))"
|
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
|