[logback-dev] branch, master, updated. baba96b8e2a916ecee6d3fda41c7040535f5b175

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Tue Nov 10 20:41:27 CET 2009


The branch, master has been updated
       via  baba96b8e2a916ecee6d3fda41c7040535f5b175 (commit)
       via  0ddd19930833e8f5a2fb71c2b464d0c166783ab6 (commit)
      from  2f865c2f17e2444e562781b250950d29e3f429f8 (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=baba96b8e2a916ecee6d3fda41c7040535f5b175
http://github.com/ceki/logback/commit/baba96b8e2a916ecee6d3fda41c7040535f5b175

commit baba96b8e2a916ecee6d3fda41c7040535f5b175
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Tue Nov 10 20:39:03 2009 +0100

    - applied Hugues Malphettes' second patch as provided in
       http://jira.qos.ch/browse/LBCLASSIC-165

diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index a69ccb9..f7e1bd7 100644
--- a/logback-classic/pom.xml
+++ b/logback-classic/pom.xml
@@ -209,8 +209,14 @@
         <configuration>
           <instructions>
             <Export-Package>ch.qos.logback.classic*, org.slf4j.impl;version=1.5.6</Export-Package>
+            <!-- LB-CLASSIC It is necessary to specify the rolling
+                 file packages as classes are created via IOC (xml
+                 config files). They won't be found by Bnd's analysis
+                 of java code. -->
+
             <Import-Package>
               sun.reflect;resolution:=optional, javax.jms;resolution:=optional,
+              ch.qos.logback.core.rolling, ch.qos.logback.core.rolling.helper,
               *
             </Import-Package>
 

http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=0ddd19930833e8f5a2fb71c2b464d0c166783ab6
http://github.com/ceki/logback/commit/0ddd19930833e8f5a2fb71c2b464d0c166783ab6

commit 0ddd19930833e8f5a2fb71c2b464d0c166783ab6
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Tue Nov 10 19:44:52 2009 +0100

    - short mention of licensing change

diff --git a/logback-site/src/site/pages/news.html b/logback-site/src/site/pages/news.html
index 5792c7e..0254ae2 100644
--- a/logback-site/src/site/pages/news.html
+++ b/logback-site/src/site/pages/news.html
@@ -30,6 +30,12 @@
 
     <h3>13th of November 2009 - Release of version 0.9.18</h3>
 
+    <p>After a very long investigation resulting in somewhat a better
+    understanding of licensing issues, logback is now <a
+    href="license.html">dual-licensed</a> under the EPL 1.0 and LGPL
+    2.1.
+    </p>
+
     <p>Fixed Private-Package and Export-Package sections in
     logback-classic.jar MANIFEST as reported in <a
     href="http://jira.qos.ch/browse/LBCLASSIC-165">LBCLASSIC-165</a>

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

Summary of changes:
 logback-classic/pom.xml               |    6 ++++++
 logback-site/src/site/pages/news.html |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


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


More information about the logback-dev mailing list