Author: rgoers
Date: Sun Mar 25 16:15:45 2012
New Revision: 1305071

URL: http://svn.apache.org/viewvc?rev=1305071&view=rev
Log:
Replace Log4j 2.0 with Log4j2

Modified:
    logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/api.xml
    logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/index.xml
    logging/log4j/log4j2/trunk/log4j2-api/src/site/xdoc/index.xml
    logging/log4j/log4j2/trunk/log4j2-core/src/site/xdoc/index.xml
    logging/log4j/log4j2/trunk/log4j2-jcl/src/site/xdoc/api.xml
    logging/log4j/log4j2/trunk/log4j2-jcl/src/site/xdoc/index.xml
    logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/api.xml
    logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/index.xml

Modified: logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/api.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/api.xml?rev=1305071&r1=1305070&r2=1305071&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/api.xml (original)
+++ logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/api.xml Sun Mar 25 
16:15:45 2012
@@ -26,7 +26,7 @@
         <section name="Log4J 1.2 Bridge">
 
             <p>
-              The Log4Jj 2.0 API provides the interface that applications 
should code to and provides the
+              The Log4Jj2 API provides the interface that applications should 
code to and provides the
               adapter components required for implementers to create a logging 
implementation.
             </p>
 
@@ -34,7 +34,7 @@
 
         <section name="Requirements">
            <p>
-             The Log4j 2.0 API requires at least Java 5.
+             The Log4j2 API requires at least Java 5.
           </p>
         </section>
 

Modified: logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/index.xml?rev=1305071&r1=1305070&r2=1305071&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/index.xml Sun Mar 25 
16:15:45 2012
@@ -27,7 +27,7 @@
 
             <p>
               The Log4j 1.2 Bridge allows applications coded to use Log4j 1.2 
API to use
-              Log4j 2.0 instead.
+              Log4j2 instead.
             </p>
 
         </section>

Modified: logging/log4j/log4j2/trunk/log4j2-api/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j2-api/src/site/xdoc/index.xml?rev=1305071&r1=1305070&r2=1305071&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j2-api/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/log4j2-api/src/site/xdoc/index.xml Sun Mar 25 
16:15:45 2012
@@ -18,15 +18,15 @@
 
 <document>
     <properties>
-        <title>Log4J 2.0 API</title>
+        <title>Log4J2 API</title>
         <author email="rgo...@apache.org">Ralph Goers</author>
     </properties>
 
     <body>
-        <section name="Log4j 2.0 API">
+        <section name="Log4j2 API">
 
             <p>
-              The Log4Jj 2.0 API provides the interface that applications 
should code to and provides the
+              The Log4Jj2 API provides the interface that applications should 
code to and provides the
               adapter components required for implementers to create a logging 
implementation.
             </p>
 
@@ -34,7 +34,7 @@
 
         <section name="Requirements">
            <p>
-             The Log4j 2.0 API requires at least Java 5.
+             The Log4j2 API requires at least Java 5.
           </p>
         </section>
 

Modified: logging/log4j/log4j2/trunk/log4j2-core/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j2-core/src/site/xdoc/index.xml?rev=1305071&r1=1305070&r2=1305071&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j2-core/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/log4j2-core/src/site/xdoc/index.xml Sun Mar 25 
16:15:45 2012
@@ -18,15 +18,15 @@
 
 <document>
     <properties>
-        <title>Log4J 2.0 Implementation</title>
+        <title>Log4J2 Implementation</title>
         <author email="rgo...@apache.org">Ralph Goers</author>
     </properties>
 
     <body>
-        <section name="Log4j 2.0 Implementation">
+        <section name="Log4j2 Implementation">
 
             <p>
-              The Log4Jj 2.0 implementation provides the functional components 
of the logging system. Users are
+              The Log4Jj2 implementation provides the functional components of 
the logging system. Users are
               free to create their own plugins and include them in the logging 
configuration.
             </p>
 
@@ -34,7 +34,7 @@
 
         <section name="Requirements">
            <p>
-             Log4j 2.0 requires Java 5 but has will take advantage of 
enhancements in Java 6 to improve performance.
+             Log4j2 requires Java 5 but has will take advantage of 
enhancements in Java 6 to improve performance.
              Some features may require optional dependencies. These 
dependencies are
              specified in the documentation for those features.
           </p>

Modified: logging/log4j/log4j2/trunk/log4j2-jcl/src/site/xdoc/api.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j2-jcl/src/site/xdoc/api.xml?rev=1305071&r1=1305070&r2=1305071&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j2-jcl/src/site/xdoc/api.xml (original)
+++ logging/log4j/log4j2/trunk/log4j2-jcl/src/site/xdoc/api.xml Sun Mar 25 
16:15:45 2012
@@ -27,7 +27,7 @@
 
             <p>
               The Commons Logging Bridge allows applications coded to the 
Commons Logging API to use
-              Log4j 2.0 as the implementation.
+              Log4j2 as the implementation.
             </p>
 
         </section>

Modified: logging/log4j/log4j2/trunk/log4j2-jcl/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j2-jcl/src/site/xdoc/index.xml?rev=1305071&r1=1305070&r2=1305071&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j2-jcl/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/log4j2-jcl/src/site/xdoc/index.xml Sun Mar 25 
16:15:45 2012
@@ -27,7 +27,7 @@
 
             <p>
               The Commons Logging Bridge allows applications coded to the 
Commons Logging API to use
-              Log4j 2.0 as the implementation.
+              Log4j2 as the implementation.
             </p>
 
         </section>

Modified: logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/api.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/api.xml?rev=1305071&r1=1305070&r2=1305071&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/api.xml (original)
+++ logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/api.xml Sun Mar 25 
16:15:45 2012
@@ -27,7 +27,7 @@
 
             <p>
               The SLF4J Bridge allows applications coded to the SLF4J API to 
use
-              Log4j 2.0 as the implementation.
+              Log4j2 as the implementation.
             </p>
 
         </section>

Modified: logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/index.xml?rev=1305071&r1=1305070&r2=1305071&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/index.xml Sun Mar 25 
16:15:45 2012
@@ -27,7 +27,7 @@
 
             <p>
               The SLF4J Bridge allows applications coded to the SLF4J API to 
use
-              Log4j 2.0 as the implementation.
+              Log4j2 as the implementation.
             </p>
 
         </section>


Reply via email to