The branch, master has been updated
       via  a9ff32e4b71921a09951dba2e48d14e93421c8a4 (commit)
      from  0124e54b54f81e10f5980b8796c80a12d4f87069 (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=a9ff32e4b71921a09951dba2e48d14e93421c8a4
http://github.com/ceki/slf4j/commit/a9ff32e4b71921a09951dba2e48d14e93421c8a4

commit a9ff32e4b71921a09951dba2e48d14e93421c8a4
Author: Ceki Gulcu <c...@qos.ch>
Date:   Fri Sep 4 15:38:25 2009 +0200

    - pretty print

diff --git a/slf4j-site/src/site/pages/faq.html 
b/slf4j-site/src/site/pages/faq.html
index cd8740a..ae8d2fe 100644
--- a/slf4j-site/src/site/pages/faq.html
+++ b/slf4j-site/src/site/pages/faq.html
@@ -503,27 +503,22 @@ org.slf4j.impl.StaticLoggerBinder.SINGLETON from class 
org.slf4j.LoggerFactory
       declare slf4j-api as a compile-time (default scope)
       dependency.
       </p>
-      <p>&nbsp;</p>         
-      <p class="source">&lt;dependency&gt;
+      <pre class="prettyprint source">&lt;dependency&gt;
   &lt;groupId&gt;org.slf4j&lt;/groupId&gt;
   &lt;artifactId&gt;slf4j-api&lt;/artifactId&gt;
   &lt;version&gt;${project.version}&lt;/version&gt;
-&lt;/dependency&gt;</p>
-      
-      <p>&nbsp;</p>         
+&lt;/dependency&gt;</pre>
       
       <p>Limiting the transitivity of the SLF4J binding used in your
       tests can be accomplished by declaring the scope of the
       SLF4J-binding dependency as "test".  Here is an example:</p>
       
-      <p>&nbsp;</p>         
-      
-      <p class="source">&lt;dependency&gt;
+      <pre class="prettyprint source">&lt;dependency&gt;
   &lt;groupId&gt;org.slf4j&lt;/groupId&gt;
   &lt;artifactId&gt;slf4j-log4j12&lt;/artifactId&gt;
   &lt;version&gt;${project.version}&lt;/version&gt;
   <b>&lt;scope&gt;test&lt;/scope&gt;</b>
-&lt;/dependency&gt;</p>
+&lt;/dependency&gt;</pre>
       
       <p>Thus, as far as your users are concerned you are exporting
       slf4j-api as a transitive dependency of your library, but not

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

Summary of changes:
 slf4j-site/src/site/pages/faq.html |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
SLF4J: Simple Logging Facade for Java
_______________________________________________
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to