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
|
2018-02-03 13:25:48 +07:00
|
|
|
Bundle-Version: 5.1.0.qualifier
|
2010-09-29 14:25:34 +07:00
|
|
|
Bundle-Activator: org.apache.ecs.Activator
|
|
|
|
Bundle-ActivationPolicy: lazy
|
2016-07-07 10:59:31 +07:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
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: .
|