[logback-dev] svn commit: r1506 - in logback/trunk/logback-site/src/site/pages: . templates

noreply.ceki at qos.ch noreply.ceki at qos.ch
Mon Apr 2 22:01:53 CEST 2007


Author: ceki
Date: Mon Apr  2 22:01:53 2007
New Revision: 1506

Modified:
   logback/trunk/logback-site/src/site/pages/news.html
   logback/trunk/logback-site/src/site/pages/templates/right.js

Log:
minor fixes

Modified: logback/trunk/logback-site/src/site/pages/news.html
==============================================================================
--- logback/trunk/logback-site/src/site/pages/news.html	(original)
+++ logback/trunk/logback-site/src/site/pages/news.html	Mon Apr  2 22:01:53 2007
@@ -43,6 +43,16 @@
   </p>
 
 
+  <p>As discussed in <a
+  href="http://bugzilla.qos.ch/show_bug.cgi?id=54">bug 54</a>, during
+  automatic initialization, it makes better sense to first check for
+  <em>logback-test.xml</em> file and only if that fails, to check for
+  <em>logback.xml</em>. Maven2 will guarantee that the
+  logback-test.xml file, if places undder test/resources will not be
+  included in the artifact it produces.
+  </p>
+
+
   <hr width="80%" align="center" />
   
   <h3>March 29th, 2007 - Release of version 0.9.4</h3>
@@ -63,13 +73,6 @@
   more details.
   </p>
 
-  <p>As discussed in <a href="">bug 54</a>, during automatic
-  initialization, it makes better sense to first check for
-  <em>logback-test.xml</em> file and only if that fails, to check for
-  <em>logback.xml</em>. Maven2 will guarantee that the
-  logback-test.xml file, if places undder test/resources will not be
-  included in the artifact it produces.
-  </p>
 
   <h3>March 20th, 2007 - Release of version 0.9.3</h3>
   

Modified: logback/trunk/logback-site/src/site/pages/templates/right.js
==============================================================================
--- logback/trunk/logback-site/src/site/pages/templates/right.js	(original)
+++ logback/trunk/logback-site/src/site/pages/templates/right.js	Mon Apr  2 22:01:53 2007
@@ -1,6 +1,7 @@
 
+//document.write('<p class="menu"><a href="'+prefix+'10reasons.ppt">10 reasons for migrating</a>')
+
 document.write('<p class="menu_header">New and noteworthy</p>')
-document.write('<p class="menu"><a href="'+prefix+'10reasons.ppt">10 reasons for migrating</a>')
 
 document.write('<p class="menu"><a href="http://xhab.blogspot.com/2007/03/new-logging-experience.html">A new logging experience!</a>')
 



More information about the logback-dev mailing list