[logback-dev] branch, master, updated. 843489d8a2aefa978f32c6ad9b9ed1596ec113c8

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Wed Nov 25 22:06:42 CET 2009


The branch, master has been updated
       via  843489d8a2aefa978f32c6ad9b9ed1596ec113c8 (commit)
      from  a0e45a889c6180b29f853348ccbdf2eacca1bb55 (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=843489d8a2aefa978f32c6ad9b9ed1596ec113c8
http://github.com/ceki/logback/commit/843489d8a2aefa978f32c6ad9b9ed1596ec113c8

commit 843489d8a2aefa978f32c6ad9b9ed1596ec113c8
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Nov 25 22:00:11 2009 +0100

    - fixed LBCLASSIC-121 by applying Hugues' patch provided in LBCLASSIC-168.

diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml
index b460fb3..286d0e6 100644
--- a/logback-classic/pom.xml
+++ b/logback-classic/pom.xml
@@ -215,7 +215,7 @@
                  of java code. -->
 
             <Import-Package>
-              sun.reflect;resolution:=optional, javax.jms;resolution:=optional,
+              sun.reflect;resolution:=optional, javax.*;resolution:=optional,
               ch.qos.logback.core.rolling, ch.qos.logback.core.rolling.helper,
               *
             </Import-Package>
diff --git a/logback-site/src/site/pages/news.html b/logback-site/src/site/pages/news.html
index 95af9a3..9d0d4a2 100644
--- a/logback-site/src/site/pages/news.html
+++ b/logback-site/src/site/pages/news.html
@@ -39,7 +39,9 @@
     <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>
-    by applying the relavant patch supplied by Hugues Malphettes.
+    and <a
+    href="http://jira.qos.ch/browse/LBCLASSIC-121">LBCLASSIC-121</a>
+    by applying the relavant patches supplied by Hugues Malphettes.
     </p>
 
     <p>Made the OSGi import declerations for Janino and javax optional

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

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


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


More information about the logback-dev mailing list