Change-Id: I6953739821992fadb2b92da0dc659512b90a5895 Former-commit-id: 7725d8a6cd00b3c30856b48ef86ab081b67d400b
20 lines
596 B
Text
20 lines
596 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Slf4j Plug-in
|
|
Bundle-SymbolicName: org.slf4j
|
|
Bundle-Version: 1.7.5
|
|
Bundle-ClassPath: slf4j-api-1.7.5.jar,
|
|
jcl-over-slf4j-1.7.5.jar,
|
|
log4j-over-slf4j-1.7.5.jar,
|
|
jul-to-slf4j-1.7.5.jar
|
|
Export-Package: org.apache.commons.logging,
|
|
org.apache.commons.logging.impl,
|
|
org.apache.log4j,
|
|
org.slf4j,
|
|
org.slf4j.bridge,
|
|
org.slf4j.helpers,
|
|
org.slf4j.spi
|
|
Require-Bundle: ch.qos.logback;bundle-version="1.0.13"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Eclipse-BuddyPolicy: registered, ext, global
|
|
Eclipse-RegisterBuddy: ch.qos.logback
|