This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SLF4J: Simple Logging Facade for Java".

The branch, master has been updated
       via  45309b57eedff0172f12d2fb3b79eab28b4524b7 (commit)
       via  8ee8b29b8402a1dcfd3f1663582990e5d907ecad (commit)
      from  6c7091b3e8c6e66771db9a85f3847b0115c75592 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=45309b57eedff0172f12d2fb3b79eab28b4524b7
http://github.com/ceki/slf4j/commit/45309b57eedff0172f12d2fb3b79eab28b4524b7

commit 45309b57eedff0172f12d2fb3b79eab28b4524b7
Merge: 6c7091b 8ee8b29
Author: Ceki Gulcu <[email protected]>
Date:   Sat Jun 2 00:48:56 2012 -0700

    Merge pull request #17 from ash2k/bug-262
    
    Fix for bug 262


http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=8ee8b29b8402a1dcfd3f1663582990e5d907ecad
http://github.com/ceki/slf4j/commit/8ee8b29b8402a1dcfd3f1663582990e5d907ecad

commit 8ee8b29b8402a1dcfd3f1663582990e5d907ecad
Author: Mikhail Mazursky <[email protected]>
Date:   Sat Jun 2 09:48:56 2012 +0600

    Fix for bug 262
    
    Export all packages in OSGi manifest. See 
http://bugzilla.slf4j.org/show_bug.cgi?id=262

diff --git a/log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF 
b/log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF
index 92e34c7..143f2d6 100644
--- a/log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF
+++ b/log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@ Implementation-Title: log4j-over-slf4j
 Bundle-SymbolicName: log4j.over.slf4j
 Bundle-Name: log4j-over-slf4j
 Bundle-Vendor: SLF4J.ORG
-Export-Package: org.apache.log4j;version=${log4j.version}
+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}
 

-----------------------------------------------------------------------

Summary of changes:
 .../src/main/resources/META-INF/MANIFEST.MF        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
SLF4J: Simple Logging Facade for Java
_______________________________________________
slf4j-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/slf4j-dev

Reply via email to