mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 00:17:18 +00:00
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1687 7e9141cc-0065-0410-87d8-b60c137991c4
20 lines
649 B
Plaintext
20 lines
649 B
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Jetty-OSGi-Logback integration
|
|
Fragment-Host: org.eclipse.jetty.osgi.boot
|
|
Bundle-SymbolicName: org.eclipse.jetty.osgi.boot.logback;singleton:=true
|
|
Bundle-Version: 7.1.0.qualifier
|
|
Bundle-Vendor: Mort Bay Consulting
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
Import-Package: ch.qos.logback.classic,
|
|
ch.qos.logback.classic.joran,
|
|
ch.qos.logback.core,
|
|
ch.qos.logback.core.joran,
|
|
ch.qos.logback.core.joran.spi,
|
|
ch.qos.logback.core.spi,
|
|
ch.qos.logback.core.util,
|
|
org.apache.commons.logging;resolution:=optional,
|
|
org.apache.log4j;resolution:=optional,
|
|
org.osgi.framework,
|
|
org.slf4j
|