Author: ceki
Date: Sat May 13 15:46:59 2006
New Revision: 586

Modified:
   nlog4j/trunk/build.properties
   nlog4j/trunk/docs/changes.html
   nlog4j/trunk/docs/download.html
   nlog4j/trunk/src/pom/project.xml
   nlog4j/trunk/src/xdocs/changes.xml
   nlog4j/trunk/src/xdocs/download.xml
Log:

1.2.25 built using JDK 1.4 instead of JDK 1.5




Modified: nlog4j/trunk/build.properties
==============================================================================
--- nlog4j/trunk/build.properties       (original)
+++ nlog4j/trunk/build.properties       Sat May 13 15:46:59 2006
@@ -1,2 +1,2 @@
-version=1.2.24
+version=1.2.25
  
\ No newline at end of file

Modified: nlog4j/trunk/docs/changes.html
==============================================================================
--- nlog4j/trunk/docs/changes.html      (original)
+++ nlog4j/trunk/docs/changes.html      Sat May 13 15:46:59 2006
@@ -108,6 +108,10 @@
       bundle LF5, chainsaw and <code>NTEventAppender</code> with
       NLOG4J.
       </p>
+                                                                               
   <h1>Changes in NLOG4J 1.2.25</h1>
+                                    <p>NLOG4J 1.2.25 is identical to NLOG4J 
1.2.24 except that the
+      latter was compiled with JDK 1.5 and the former with JDK 1.4.
+      </p>
                                                                                
   <h1>Changes in NLOG4J 1.2.24</h1>
                                     <p>NLOG4J 1.2.24 is identical to NLOG4J 
1.2.23 except
       modifications to its Maven POM file. This changes was requested
@@ -177,8 +181,7 @@
       <code>toString()</code> invocation on the Interger object in
       case the log statement is disabled for the DEBUG level. See the
       <a href="http://www.slf4j.org/faq.html#2.3";>Question 2.3</a> in SLF4J 
FAQ for more details.</p>
-                                                                               
   <h1>Changes in NLOG4J 1.2.14</h1>
-                                    <p>Nick Faiz from the Apache Directory 
project reported
+                                                <p>Nick Faiz from the Apache 
Directory project reported
       compatibility issues with NLOG4J when used in conjunction with
       Jakarta Commons Logging. 
       </p>

Modified: nlog4j/trunk/docs/download.html
==============================================================================
--- nlog4j/trunk/docs/download.html     (original)
+++ nlog4j/trunk/docs/download.html     Sat May 13 15:46:59 2006
@@ -96,14 +96,14 @@
  
           <div class="centercol">
 
-                                               <h1>NLOG4J version 1.2.24</h1>
-                                    <p>You can download NLOG4J version 1.2.24, 
with native SLF4J
+                                               <h1>NLOG4J version 1.2.25</h1>
+                                    <p>You can download NLOG4J version 1.2.25, 
with native SLF4J
          support, including <i>full source code</i>, class files and
          documentation as
           </p>
                                                 <ul>
-            <li><a 
href="http://www.slf4j.org/dist/nlog4j-1.2.24.tar.gz";><b>nlog4j-1.2.24.tar.gz</b></a></li>
-            <li><a 
href="http://www.slf4j.org/dist/nlog4j-1.2.24.zip";><b>nlog4j-1.2.24.zip</b></a></li>
+            <li><a 
href="http://www.slf4j.org/dist/nlog4j-1.2.25.tar.gz";><b>nlog4j-1.2.25.tar.gz</b></a></li>
+            <li><a 
href="http://www.slf4j.org/dist/nlog4j-1.2.25.zip";><b>nlog4j-1.2.25.zip</b></a></li>
           </ul>
                                                 <p>NLOG4J is a 
production-quality log4j-replacement with
           direct SLF4J API support. NLOG4J is maintained by Ceki

Modified: nlog4j/trunk/src/pom/project.xml
==============================================================================
--- nlog4j/trunk/src/pom/project.xml    (original)
+++ nlog4j/trunk/src/pom/project.xml    Sat May 13 15:46:59 2006
@@ -10,13 +10,7 @@
         native SLF4J API support. See http://www.slf4j.org/nlog4j/
   </description>
 
-  <dependencies>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xerces</artifactId>
-      <version>2.0.2</version>
-      <url>http://xml.apache.org/xerces2-j/</url>
-    </dependency>
+  <dependencies>    
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>
@@ -46,11 +40,6 @@
       <artifactId>jmxtools</artifactId>
       <version>1.2</version>
       <scope>provided</scope>
-    </dependency>        
-    <dependency>
-      <groupId>checkstyle</groupId>
-      <artifactId>checkstyle</artifactId>
-      <version>2.2</version>
-    </dependency>
+    </dependency>           
   </dependencies>
 </project>
\ No newline at end of file

Modified: nlog4j/trunk/src/xdocs/changes.xml
==============================================================================
--- nlog4j/trunk/src/xdocs/changes.xml  (original)
+++ nlog4j/trunk/src/xdocs/changes.xml  Sat May 13 15:46:59 2006
@@ -26,6 +26,14 @@
 
     </section>
 
+    <section name="Changes in NLOG4J 1.2.25">
+
+      <p>NLOG4J 1.2.25 is identical to NLOG4J 1.2.24 except that the
+      latter was compiled with JDK 1.5 and the former with JDK 1.4.
+      </p>
+
+    </section>
+
     <section name="Changes in NLOG4J 1.2.24">
       
       <p>NLOG4J 1.2.24 is identical to NLOG4J 1.2.23 except
@@ -133,10 +141,6 @@
       case the log statement is disabled for the DEBUG level. See the
       <a href="http://www.slf4j.org/faq.html#2.3";>Question 2.3</a> in SLF4J 
FAQ for more details.</p>
 
-
-    </section>
-    
-    <section name="Changes in NLOG4J 1.2.14">
       <p>Nick Faiz from the Apache Directory project reported
       compatibility issues with NLOG4J when used in conjunction with
       Jakarta Commons Logging. 

Modified: nlog4j/trunk/src/xdocs/download.xml
==============================================================================
--- nlog4j/trunk/src/xdocs/download.xml (original)
+++ nlog4j/trunk/src/xdocs/download.xml Sat May 13 15:46:59 2006
@@ -8,17 +8,17 @@
 
       <body>
        
-        <section name="NLOG4J version 1.2.24">
+        <section name="NLOG4J version 1.2.25">
           
 
-         <p>You can download NLOG4J version 1.2.24, with native SLF4J
+         <p>You can download NLOG4J version 1.2.25, with native SLF4J
          support, including <i>full source code</i>, class files and
          documentation as
           </p>
 
           <ul>
-            <li><a 
href="http://www.slf4j.org/dist/nlog4j-1.2.24.tar.gz";><b>nlog4j-1.2.24.tar.gz</b></a></li>
-            <li><a 
href="http://www.slf4j.org/dist/nlog4j-1.2.24.zip";><b>nlog4j-1.2.24.zip</b></a></li>
+            <li><a 
href="http://www.slf4j.org/dist/nlog4j-1.2.25.tar.gz";><b>nlog4j-1.2.25.tar.gz</b></a></li>
+            <li><a 
href="http://www.slf4j.org/dist/nlog4j-1.2.25.zip";><b>nlog4j-1.2.25.zip</b></a></li>
           </ul>
   
           
_______________________________________________
nlog4j-dev mailing list
[email protected]
http://slf4j.org/mailman/listinfo/nlog4j-dev

Reply via email to