mirror of https://github.com/qos-ch/slf4j
Updated OSGi metadata to support version 1.3.1
This commit is contained in:
parent
ec565b7678
commit
f694a346f5
|
|
@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-SymbolicName: jcl104.over.slf4j
|
||||
Bundle-Name: jcl104-over-slf4j
|
||||
Bundle-Vendor: SLF4J.ORG
|
||||
Require-Bundle: slf4j.api;version=1.3
|
||||
Export-Package: org.apache.commons.logging,
|
||||
org.apache.commons.logging.impl
|
||||
Import-Package: org.slf4j;version=1.3
|
||||
Import-Package: org.slf4j;version="[1.3,1.4)", org.slf4j.spi;version="[1.3,1.4)"
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-SymbolicName: slf4j.api
|
||||
Bundle-Name: slf4j-api
|
||||
Bundle-Vendor: SLF4J.ORG
|
||||
Export-Package: org.slf4j;version=1.3, org.slf4j.spi;version=1.3, org.slf4j.helpers;version=1.3
|
||||
Import-Package: org.slf4j.impl;version=1.3
|
||||
Export-Package: org.slf4j;version=1.3.1, org.slf4j.spi;version=1.3.1, org.slf4j.helpers;version=1.3.1
|
||||
Import-Package: org.slf4j.impl;version="[1.3,1.4)"
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ Bundle-SymbolicName: slf4j.jcl
|
|||
Bundle-Name: slf4j-jcl
|
||||
Bundle-Vendor: SLF4J.ORG
|
||||
Require-Bundle: slf4j.api
|
||||
Export-Package: org.slf4j.impl;version=1.3
|
||||
Import-Package: org.slf4j.spi;version=1.3, org.slf4j.helpers;version=1.3, org.apache.commons.logging
|
||||
Export-Package: org.slf4j.impl;version=1.3.1
|
||||
Import-Package: org.slf4j.spi;version="[1.3,1.4)", org.slf4j.helpers;version="[1.3,1.4)", org.apache.commons.logging
|
||||
|
|
|
|||
|
|
@ -3,6 +3,5 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-SymbolicName: slf4j.jdk14
|
||||
Bundle-Name: slf4j-jdk14
|
||||
Bundle-Vendor: SLF4J.ORG
|
||||
Require-Bundle: slf4j.api
|
||||
Export-Package: org.slf4j.impl;version=1.3
|
||||
Import-Package: org.slf4j;version=1.3, org.slf4j.spi;version=1.3, org.slf4j.helpers;version=1.3
|
||||
Export-Package: org.slf4j.impl;version=1.3.1
|
||||
Import-Package: org.slf4j;version="[1.3,1.4)", org.slf4j.spi;version="[1.3,1.4)", org.slf4j.helpers;version="[1.3,1.4)"
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-SymbolicName: slf4j.log4j12
|
||||
Bundle-Name: slf4j-log4j12
|
||||
Bundle-Vendor: SLF4J.ORG
|
||||
Export-Package: org.slf4j.impl;version=1.3
|
||||
Import-Package: org.slf4j;version=1.3, org.slf4j.spi;version=1.3, org.slf4j.helpers;version=1.3, org.apache.log4j
|
||||
Export-Package: org.slf4j.impl;version=1.3.1
|
||||
Import-Package: org.slf4j;version="[1.3,1.4)", org.slf4j.spi;version="[1.3,1.4)", org.slf4j.helpers;version="[1.3,1.4)", org.apache.log4j
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-SymbolicName: slf4j.nop
|
||||
Bundle-Name: slf4j-nop
|
||||
Bundle-Vendor: SLF4J.ORG
|
||||
Export-Package: org.slf4j.impl;version=1.3
|
||||
Import-Package: org.slf4j;version=1.3, org.slf4j.spi;version=1.3, org.slf4j.helpers;version=1.3
|
||||
Export-Package: org.slf4j.impl;version=1.3.1
|
||||
Import-Package: org.slf4j;version="[1.3,1.4)", org.slf4j.spi;version="[1.3,1.4)", org.slf4j.helpers;version="[1.3,1.4)"
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ public interface IntegrationTestConstants {
|
|||
/**
|
||||
* Versions of this release.
|
||||
*/
|
||||
public static final String SLF4J_VERSION_UNDER_TEST = "1.3.0-SNAPSHOT";
|
||||
public static final String SLF4J_VERSION_UNDER_TEST = "1.3.1-SNAPSHOT";
|
||||
|
||||
public static final String SLF4J_GROUP_ID = "org.slf4j";
|
||||
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@ Bundle-SymbolicName: slf4j.simple
|
|||
Bundle-Name: slf4j-simple
|
||||
Bundle-Vendor: SLF4J.ORG
|
||||
Require-Bundle: slf4j.api
|
||||
Export-Package: org.slf4j.impl;version=1.3
|
||||
Import-Package: org.slf4j;version=1.3, org.slf4j.spi;version=1.3, org.slf4j.helpers;version=1.3
|
||||
Export-Package: org.slf4j.impl;version=1.3.1
|
||||
Import-Package: org.slf4j;version="[1.3,1.4)", org.slf4j.spi;version="[1.3,1.4)", org.slf4j.helpers;version="[1.3,1.4)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue