
The branch, master has been updated via 5ddd342e9db6143dd0f5b87f0218a7a6d5ad1e3d (commit) from 9f25dd7f5ceef38015ca93b49d90f3bc5d788644 (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=5ddd342e9db6143dd0f5b87f021... http://github.com/ceki/slf4j/commit/5ddd342e9db6143dd0f5b87f0218a7a6d5ad1e3d commit 5ddd342e9db6143dd0f5b87f0218a7a6d5ad1e3d Author: Ceki Gulcu <ceki@qos.ch> Date: Tue Dec 1 18:36:12 2009 +0100 - added references to slf4j-android diff --git a/slf4j-site/src/site/pages/news.html b/slf4j-site/src/site/pages/news.html index d3657d0..ebb6605 100644 --- a/slf4j-site/src/site/pages/news.html +++ b/slf4j-site/src/site/pages/news.html @@ -37,6 +37,12 @@ support as a thin layer built upon the <a href="http://cal10n.qos.ch">CAL10N API</a>.</p> + <p><a href="http://www.slf4j.org/android/">SLF4J-adroid</a>, + maintained by <a + href="http://dbis.cs.unibas.ch/team/thorsten-moller/dbis_staff_view">Thorsten + Möller</a>, was added as a daugther project of SLF4J. + </p> + <p>Added missing "Export-Package" declaration for cal10n in the OSGi manifest file for sfl4j-ext. This was requested in <a href="http://bugzilla.slf4j.org/show_bug.cgi?id=156">bug 156</a> by diff --git a/slf4j-site/src/site/pages/templates/left.js b/slf4j-site/src/site/pages/templates/left.js index a505cc8..c40904f 100644 --- a/slf4j-site/src/site/pages/templates/left.js +++ b/slf4j-site/src/site/pages/templates/left.js @@ -22,6 +22,7 @@ document.write(' <a href="http://simple-log.dev.java.net/">Simple-log</a>'); document.write(' </p>'); document.write(' <p class="menu_header">Sub-projects</p>'); +document.write(' <a href="http://www.slf4j.org/android/">slf4j-android</a>'); document.write(' <a href="http://www.slf4j.org/taglib/">slf4j-taglib</a>'); document.write(' </p>'); ----------------------------------------------------------------------- Summary of changes: slf4j-site/src/site/pages/news.html | 6 ++++++ slf4j-site/src/site/pages/templates/left.js | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java