
Author: seb Date: Wed Jul 26 15:10:51 2006 New Revision: 319 Modified: logback/access/trunk/ (props changed) logback/access/trunk/LICENSE.txt logback/access/trunk/pom.xml logback/access/trunk/src/site/site.xml logback/access/trunk/src/site/xdocTemplates/download.xml logback/access/trunk/src/site/xdocTemplates/license.xml logback/access/trunk/src/site/xdocTemplates/repos.xml Log: corrected the way of writting logback in the access module, from LOGBack to Logback or logback Modified: logback/access/trunk/LICENSE.txt ============================================================================== --- logback/access/trunk/LICENSE.txt (original) +++ logback/access/trunk/LICENSE.txt Wed Jul 26 15:10:51 2006 @@ -1,11 +1,11 @@ -LOGBack Core Module LICENSE +Logback Access Module LICENSE --------------------------- -LOGBack Core Module source code and binaries are distributed under the +Logback Access Module source code and binaries are distributed under the GNU Lesser General Public License as published by the Free Software Foundation. -LOGBack: the generic, reliable, fast and flexible logging library for Java. +Logback: the generic, reliable, fast and flexible logging library for Java. Copyright (C) 2000-2005, QOS.ch This library is free software, you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License Modified: logback/access/trunk/pom.xml ============================================================================== --- logback/access/trunk/pom.xml (original) +++ logback/access/trunk/pom.xml Wed Jul 26 15:10:51 2006 @@ -8,7 +8,7 @@ <artifactId>lb-access</artifactId> <packaging>jar</packaging> <version>0.1-SNAPSHOT</version> - <name>LOGBack Access Module</name> + <name>Logback Access Module</name> <url>http://logback.qos.ch/access</url> <description> @@ -17,7 +17,7 @@ a line return in the description. The generated jar will contain a corrupt MANIFEST file. --> - LOGBack: the generic, reliable, fast and flexible logging library for Java. + Logback: the generic, reliable, fast and flexible logging library for Java. </description> <organization> @@ -101,7 +101,7 @@ </descriptor> </descriptors> <finalName> - LOGBackAccess-${project.version} + LogbackAccess-${project.version} </finalName> <appendAssemblyId>false</appendAssemblyId> <outputDirectory>target/site/dist/</outputDirectory> Modified: logback/access/trunk/src/site/site.xml ============================================================================== --- logback/access/trunk/src/site/site.xml (original) +++ logback/access/trunk/src/site/site.xml Wed Jul 26 15:10:51 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project name="LOGBack Access Module"> +<project name="Logback Access Module"> <skin> <groupId>ch.qos.logback</groupId> @@ -18,7 +18,7 @@ </bannerRight --> <body> <links> - <item name="LOGBack Home" href="http://logback.qos.ch/" /> + <item name="Logback Home" href="http://logback.qos.ch/" /> <item name="Core Module" href="http://logback.qos.ch/core/"/> <item name="Classic Module" href="http://logback.qos.ch/classic/"/> </links> Modified: logback/access/trunk/src/site/xdocTemplates/download.xml ============================================================================== --- logback/access/trunk/src/site/xdocTemplates/download.xml (original) +++ logback/access/trunk/src/site/xdocTemplates/download.xml Wed Jul 26 15:10:51 2006 @@ -15,11 +15,11 @@ <p>${pom.name} can be downloaded in two formats:</p> <p> - <a href="dist/LOGBackAccess-${pom.version}.zip">LOGBackAccess-${pom.version}.zip</a> + <a href="dist/LogbackAccess-${pom.version}.zip">LogbackAccess-${pom.version}.zip</a> </p> <p> - <a href="dist/LOGBackAccess-${pom.version}.tar.gz">LOGBackAccess-${pom.version}.tar.gz</a> + <a href="dist/LogbackAccess-${pom.version}.tar.gz">LogbackAccess-${pom.version}.tar.gz</a> </p> </body> Modified: logback/access/trunk/src/site/xdocTemplates/license.xml ============================================================================== --- logback/access/trunk/src/site/xdocTemplates/license.xml (original) +++ logback/access/trunk/src/site/xdocTemplates/license.xml Wed Jul 26 15:10:51 2006 @@ -22,7 +22,7 @@ <div class="source"> <p> - LOGBack: the generic, reliable, fast and flexible + Logback: the generic, reliable, fast and flexible logging library for Java.<br /> Copyright (C) 2000-2005, QOS.ch<br /> Modified: logback/access/trunk/src/site/xdocTemplates/repos.xml ============================================================================== --- logback/access/trunk/src/site/xdocTemplates/repos.xml (original) +++ logback/access/trunk/src/site/xdocTemplates/repos.xml Wed Jul 26 15:10:51 2006 @@ -61,7 +61,7 @@ <div class="section"> <p> Note that anonymous access allows read-only access only. - For read-write access please contact the LOGBack + For read-write access please contact the Logback <a href="../mailinglist.html">developer list</a> . </p>