[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v0.9.18-90-g114e8b1

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Thu Mar 18 14:43:14 CET 2010


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 "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  114e8b1da6d072b06900f9015c8e8db0c5f8b273 (commit)
      from  4fa9166747fccbaed7f35a5c877d0aaaf41168c5 (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=logback.git;a=commit;h=114e8b1da6d072b06900f9015c8e8db0c5f8b273
http://github.com/ceki/logback/commit/114e8b1da6d072b06900f9015c8e8db0c5f8b273

commit 114e8b1da6d072b06900f9015c8e8db0c5f8b273
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Thu Mar 18 14:41:19 2010 +0100

    - added an import on ch.qos.logback.classic.util in
    logback-classic.jar manifest as suggested by the Felix OSGi framework.
    
    OSGI integration tests pass.

diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index 977b07f..ec367ab 100644
--- a/logback-classic/pom.xml
+++ b/logback-classic/pom.xml
@@ -275,7 +275,8 @@ org.slf4j.test_osgi
               javax.*;resolution:=optional,
               org.xml.*;resolution:=optional,
               ch.qos.logback.core.rolling, 
-              ch.qos.logback.core.rolling.helper,
+              ch.qos.logback.core.rolling.helper,           
+              ch.qos.logback.classic.util,
               *
             </Import-Package>
 

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

Summary of changes:
 logback-classic/pom.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list