[slf4j-dev] [Bug 156] slf4j-ext OSGi bundle headers need updating for cal10n support

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Thu Oct 29 15:00:42 CET 2009


http://bugzilla.slf4j.org/show_bug.cgi?id=156





--- Comment #5 from Pete Muir <pmuir at redhat.com>  2009-10-29 15:00:42 ---
The applied patch appears to be missing the export
"org.slf4j.ext;version=${project.version}" which allows people to use XLogger

Here is a patch.

diff --git a/slf4j-ext/src/main/resources/META-INF/MANIFEST.MF
b/slf4j-ext/src/main/resources/META-INF/MANIFEST.MF
index 0c1a1f0..2235ed7 100644
--- a/slf4j-ext/src/main/resources/META-INF/MANIFEST.MF
+++ b/slf4j-ext/src/main/resources/META-INF/MANIFEST.MF
@@ -4,5 +4,5 @@ Bundle-SymbolicName: slf4j.ext
 Bundle-Name: slf4j-log4j12
 Bundle-Vendor: SLF4J.ORG
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.slf4j.profiler;version=${project.version},
org.slf4j.cal10n;version=${project.version}
+Export-Package: org.slf4j.profiler;version=${project.version},
org.slf4j.cal10n;version=${project.version},
org.slf4j.ext;version=${project.version}
 Import-Package: org.slf4j;version=${project.version},
org.slf4j.spi;version=${project.version},
org.slf4j.helpers;version=${project.version},
ch.qos.cal10n;version=${cal10n.version}


-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the slf4j-dev mailing list