You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2014/08/06 15:55:53 UTC

svn commit: r1616235 - in /logging/log4j/log4j2/trunk: log4j-jcl/src/site/xdoc/index.xml src/changes/changes.xml

Author: rpopma
Date: Wed Aug  6 13:55:53 2014
New Revision: 1616235

URL: http://svn.apache.org/r1616235
Log:
fix: Commons Logging API jar -> Commons Logging jar

Modified:
    logging/log4j/log4j2/trunk/log4j-jcl/src/site/xdoc/index.xml
    logging/log4j/log4j2/trunk/src/changes/changes.xml

Modified: logging/log4j/log4j2/trunk/log4j-jcl/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-jcl/src/site/xdoc/index.xml?rev=1616235&r1=1616234&r2=1616235&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-jcl/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-jcl/src/site/xdoc/index.xml Wed Aug  6 13:55:53 2014
@@ -35,14 +35,14 @@
         <section name="Requirements">
            <p>
              The Commons Logging Bridge requires at least Java 6 and is dependent on the Log4j 2 API
-             and the Commons Logging API.
+             and Commons Logging.
           </p>
         </section>
 
       <section name="Usage">
         <p>
           Using the Commons Logging Bridge is straightforward. Simply add the bridge jar along with
-          the other Log4j 2 jars and the Commons Logging API jar, and all logging done using the
+          the other Log4j 2 jars and the Commons Logging jar, and all logging done using the
           Commons Logging API will be routed to Log4j.
         </p>
       </section>

Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1616235&r1=1616234&r2=1616235&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/changes/changes.xml (original)
+++ logging/log4j/log4j2/trunk/src/changes/changes.xml Wed Aug  6 13:55:53 2014
@@ -23,7 +23,7 @@
   <body>
     <release version="2.0.2" date="2014-0?-??" description="Bug fixes and enhancements">
       <action issue="LOG4J2-722" dev="rpopma" type="fix">
-        Clarified in documentation that Commons Logging API jar is required when using log4j-jcl.
+        Clarified in documentation that Commons Logging jar is required when using log4j-jcl.
       </action>      
       <action issue="LOG4J2-723" dev="rpopma" type="fix">
         Clarified in documentation that SLF4J API jar is required when using log4j-slf4j-impl.