[slf4j-dev] [GIT] SLF4J: Simple Logging Facade for Java branch master updated. v_1.7.0-4-gbeb834f
Gitbot
git-noreply at pixie.qos.ch
Fri Sep 14 17:29:33 CEST 2012
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 beb834f2cab2b4c2e5a4fb34410ca78284b6030c (commit)
from 8fa7c51ce878fc8e166ea017c826f09cbe1cfc35 (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=beb834f2cab2b4c2e5a4fb34410ca78284b6030c
http://github.com/ceki/slf4j/commit/beb834f2cab2b4c2e5a4fb34410ca78284b6030c
commit beb834f2cab2b4c2e5a4fb34410ca78284b6030c
Author: Ceki Gulcu <ceki at qos.ch>
Date: Fri Sep 14 17:28:52 2012 +0200
minor corrections
diff --git a/slf4j-site/src/site/pages/codes.html b/slf4j-site/src/site/pages/codes.html
index e01c22f..934fa9a 100644
--- a/slf4j-site/src/site/pages/codes.html
+++ b/slf4j-site/src/site/pages/codes.html
@@ -169,11 +169,12 @@
binding when declaring the unscrupulous dependency. For example,
<em>cassandra-all</em> version 0.8.1 declares both <em>log4j</em>
and <em>slf4j-log4j12</em> as compile-time dependencies. Thus,
- when you include <em>cassandra-all</em> a dependnecy in your
- project, it will pulling in both <em>slf4j-log4j12.jar</em> and
- <em>log4j.jar</em> as dependencies. In case you do not wish to use
- log4j as the the SLF4J backend, you can instruct Maven to exclude
- these two artifacts as shown next:</p>
+ when you include <em>cassandra-all</em> as a dependency in your
+ project, the <em>cassandra-all</em> declaration will cause both
+ <em>slf4j-log4j12.jar</em> and <em>log4j.jar</em> to be pulled in
+ as dependencies. In case you do not wish to use log4j as the the
+ SLF4J backend, you can instruct Maven to exclude these two
+ artifacts as shown next:</p>
<pre class="prettyprint"><dependencies>
<dependency>
-----------------------------------------------------------------------
Summary of changes:
slf4j-site/src/site/pages/codes.html | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
hooks/post-receive
--
SLF4J: Simple Logging Facade for Java
More information about the slf4j-dev
mailing list