
Author: seb Date: Thu Mar 29 17:15:07 2007 New Revision: 1489 Modified: logback/trunk/logback-site/src/site/pages/download.html logback/trunk/logback-site/src/site/pages/news.html logback/trunk/pom.xml Log: Updated pom.xml to include console plugin version Updated download and news page Modified: logback/trunk/logback-site/src/site/pages/download.html ============================================================================== --- logback/trunk/logback-site/src/site/pages/download.html (original) +++ logback/trunk/logback-site/src/site/pages/download.html Thu Mar 29 17:15:07 2007 @@ -46,7 +46,17 @@ <p>If you wish to download an older version of logback, please visit the <a href="http://logback.qos.ch/dist/">distributions directory</a>.</p> - + + <p> + A console plugin for Eclipse is also available. It allows you to recieve logging + events in a convenient Eclipse view, and offers, among other functionnalities, + the powerful filtering framework present in logback. A more precise description + can be found in the plugin's <a href="consolePlugin.html">user guide</a>. + </p> + + <ul> + <p><a href="dist/ch.qos.logback.eclipse_${consolePlugin.version}.zip">logback Console Plugin for Eclipse</a></p> + </ul> <script src="templates/footer.js"></script> 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 Thu Mar 29 17:15:07 2007 @@ -28,7 +28,7 @@ <hr width="80%" align="center" /> - <h3>xxxx , 2007 - Release of version 0.9.4</h3> + <h3>March 29th, 2007 - Release of version 0.9.4</h3> <p>Significant bug fixes made to <code>c.q.l.access.TeeFilter</code> and Co. Images and other @@ -39,6 +39,13 @@ through the request parameters. However, it may differ from the original buffer. </p> + + <p> + The logback team released today the first version of a plugin for Eclipse that + allows developpers to see the logs generated by a running application. + It offers several great features, check the + <a href="consolePlugin.html">user guide</a> for more information. + </p> <h3>March 20th, 2007 - Release of version 0.9.3</h3> Modified: logback/trunk/pom.xml ============================================================================== --- logback/trunk/pom.xml (original) +++ logback/trunk/pom.xml Thu Mar 29 17:15:07 2007 @@ -37,7 +37,8 @@ <properties> <!-- slf4j.version property is used below and in setClasspath.cmd --> - <slf4j.version>1.3.0</slf4j.version> + <slf4j.version>1.3.0</slf4j.version> + <consolePlugin.version>1.0.0</consolePlugin.version> <retrotranslator.verify>false</retrotranslator.verify> </properties>