mirror of https://github.com/qos-ch/slf4j
add Automatic-Module-Name for slf4j-api
This commit is contained in:
parent
e69d4a9c73
commit
4e5ddca4ea
|
|
@ -4,6 +4,7 @@ Bundle-SymbolicName: slf4j.api
|
|||
Bundle-Name: slf4j-api
|
||||
Bundle-Vendor: SLF4J.ORG
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Automatic-Module-Name: org.slf4j.api
|
||||
Export-Package: org.slf4j;version=${parsedVersion.osgiVersion},
|
||||
org.slf4j.spi;version=${parsedVersion.osgiVersion},
|
||||
org.slf4j.helpers;version=${parsedVersion.osgiVersion},
|
||||
|
|
|
|||
Loading…
Reference in New Issue