mirror of https://github.com/qos-ch/slf4j
Moving to older MANIFEST.MF style
This commit is contained in:
parent
e73f646ae0
commit
3d6a4574d1
|
|
@ -0,0 +1,9 @@
|
|||
Implementation-Title: slf4j-simple
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-SymbolicName: slf4j.simple
|
||||
Bundle-Name: slf4j-simple
|
||||
Bundle-Vendor: SLF4J.ORG
|
||||
Require-Bundle: slf4j.api;visibility:=reexport
|
||||
Export-Package: org.slf4j, org.slf4j.impl
|
||||
Import-Package: org.slf4j.spi, org.slf4j.helpers
|
||||
Bundle-ClassPath: ., target/classes/
|
||||
Loading…
Reference in New Issue