Repository: logging-log4j2
Updated Branches:
  refs/heads/master ba8c7d09b -> 2e34f4a42


LOG4J2-831 Update FAQ "which jars" diagrams for JUL bridge and 2.1
version; added Excel file containing the image source.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/216b9231
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/216b9231
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/216b9231

Branch: refs/heads/master
Commit: 216b923113143719421a899068442c963a24c2d8
Parents: 82d43d0
Author: rpopma <[email protected]>
Authored: Wed Sep 17 00:26:57 2014 +0900
Committer: rpopma <[email protected]>
Committed: Wed Sep 17 00:26:57 2014 +0900

----------------------------------------------------------------------
 src/changes/changes.xml                          |   3 +++
 src/site/resources/images/whichjar-2.1.png       | Bin 0 -> 68415 bytes
 src/site/resources/images/whichjar-slf4j-2.1.png | Bin 0 -> 26700 bytes
 src/site/resources/images/whichjar.xlsx          | Bin 0 -> 14676 bytes
 src/site/xdoc/faq.xml                            |   4 ++--
 5 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/216b9231/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1102908..ed7f9b2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.1" date="2014-??-??" description="Bug fixes and 
enhancements">
+      <action issue="LOG4J2-831" dev="rpopma" type="update">
+        Update FAQ "which jars" diagrams for JUL bridge and 2.1 version.
+      </action>
       <action issue="LOG4J2-827" dev="mattsicker" type="add">
         Support use of TypeConverter classes through the standard Plugin 
system.
       </action>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/216b9231/src/site/resources/images/whichjar-2.1.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/whichjar-2.1.png 
b/src/site/resources/images/whichjar-2.1.png
new file mode 100644
index 0000000..2becec9
Binary files /dev/null and b/src/site/resources/images/whichjar-2.1.png differ

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/216b9231/src/site/resources/images/whichjar-slf4j-2.1.png
----------------------------------------------------------------------
diff --git a/src/site/resources/images/whichjar-slf4j-2.1.png 
b/src/site/resources/images/whichjar-slf4j-2.1.png
new file mode 100644
index 0000000..a285088
Binary files /dev/null and b/src/site/resources/images/whichjar-slf4j-2.1.png 
differ

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/216b9231/src/site/resources/images/whichjar.xlsx
----------------------------------------------------------------------
diff --git a/src/site/resources/images/whichjar.xlsx 
b/src/site/resources/images/whichjar.xlsx
new file mode 100644
index 0000000..cf8a9c0
Binary files /dev/null and b/src/site/resources/images/whichjar.xlsx differ

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/216b9231/src/site/xdoc/faq.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml
index 1f61375..bdd0d9e 100644
--- a/src/site/xdoc/faq.xml
+++ b/src/site/xdoc/faq.xml
@@ -41,10 +41,10 @@
         <p>You need at least the log4j-api-2.0 and the log4j-core-2.0 jar 
files.</p>
         <p>The other jars are necessary if your application calls the API
         of another logging framework and you want to route logging calls to 
the Log4j 2 implementation.</p>
-        <p><img src="images/whichjar.png" alt="Diagram showing which JARs 
correspond to which systems" /></p>
+        <p><img src="images/whichjar-2.1.png" alt="Diagram showing which JARs 
correspond to which systems" /></p>
         <p>You can use the log4j-to-slf4j adapter jar when your application 
calls the Log4j 2 API and you
         want to route logging calls to a SLF4J implementation.</p>
-        <p><img src="images/whichjar-slf4j.png" alt="Diagram showing the 
dependency flow to use Log4j 2 API with SLF4J" /></p>
+        <p><img src="images/whichjar-slf4j-2.1.png" alt="Diagram showing the 
dependency flow to use Log4j 2 API with SLF4J" /></p>
         <p>Some of the Log4j components have features with optional 
dependencies.
           The component page will have more detail.
           For example, the <a href="log4j-core/index.html">log4j-core 
component page</a>

Reply via email to