
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 f5b19567277a62ed7595b1bc72ea98ca90a7f6dc (commit) from e0985457677dcc7e2db3d14d37a512e4cb483b47 (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=f5b19567277a62ed7595b1bc72e... http://github.com/ceki/slf4j/commit/f5b19567277a62ed7595b1bc72ea98ca90a7f6dc commit f5b19567277a62ed7595b1bc72ea98ca90a7f6dc Author: Ceki Gulcu <ceki@qos.ch> Date: Tue May 22 22:48:38 2012 +0200 applied corrections provided by Stuart Davey diff --git a/slf4j-site/src/site/pages/manual.html b/slf4j-site/src/site/pages/manual.html index 4b70707..df7aba4 100644 --- a/slf4j-site/src/site/pages/manual.html +++ b/slf4j-site/src/site/pages/manual.html @@ -184,9 +184,9 @@ SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further detail </p> <p>SLF4J does not rely on any special class loader machinery. In - fact, the each SLF4J binding is hardwired <em>at compile - time</em> to use one and only one specific logging framework. - For example, the slf4j-log4j12-${project.version}.jar binding is + fact, each SLF4J binding is hardwired <em>at compile time</em> + to use one and only one specific logging framework. For + example, the slf4j-log4j12-${project.version}.jar binding is bound at compile time to use log4j. In your code, in addition to <em>slf4j-api-${project.version}.jar</em>, you simply drop <b>one and only one</b> binding of your choice onto the diff --git a/slf4j-site/src/site/pages/migrator.html b/slf4j-site/src/site/pages/migrator.html index e983d00..3d31b11 100644 --- a/slf4j-site/src/site/pages/migrator.html +++ b/slf4j-site/src/site/pages/migrator.html @@ -39,11 +39,11 @@ <p><img src="images/slf4j-migrator.gif" alt="slf4j-migrator.gif"/></p> - <p>Use the application should be self-explanatory. Please note that + <p>Use of the application should be self-explanatory. Please note that this migration tool does in-place replacement of Java files, meaning that there will be no back-up copies of modified files. <b>It is your responsibility to backup your files before using SLF4J - migrator.</b> + Migrator.</b> </p> ----------------------------------------------------------------------- Summary of changes: slf4j-site/src/site/pages/manual.html | 6 +++--- slf4j-site/src/site/pages/migrator.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- SLF4J: Simple Logging Facade for Java