Merge pull request #102 from nfalco79/master

Fix SLF4J-321 adding missing Bundle-ManifestVersion attribute to MANIFEST.MF
This commit is contained in:
Ceki Gulcu 2015-03-26 12:02:47 +01:00
commit 8e0eeb14e4
1 changed files with 2 additions and 1 deletions

View File

@ -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}