mirror of https://github.com/qos-ch/slf4j
Merge pull request #102 from nfalco79/master
Fix SLF4J-321 adding missing Bundle-ManifestVersion attribute to MANIFEST.MF
This commit is contained in:
commit
8e0eeb14e4
|
|
@ -1,7 +1,8 @@
|
|||
Implementation-Title: log4j-over-slf4j
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-SymbolicName: log4j.over.slf4j
|
||||
Bundle-Name: log4j-over-slf4j
|
||||
Bundle-Vendor: SLF4J.ORG
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.3
|
||||
Export-Package: org.apache.log4j;version=${log4j.version},org.apache.log4j.helpers;version=${log4j.version},org.apache.log4j.spi;version=${log4j.version},org.apache.log4j.xml;version=${log4j.version}
|
||||
Import-Package: org.slf4j;version=${slf4j.api.minimum.compatible.version}, org.slf4j.helpers;version=${slf4j.api.minimum.compatible.version}, org.slf4j.spi;version=${slf4j.api.minimum.compatible.version}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue