[LOGBack-dev] svn commit: r318 - in logback/classic/trunk: . src/site src/site/xdocTemplates
noreply.seb at qos.ch
noreply.seb at qos.ch
Wed Jul 26 15:08:30 CEST 2006
Author: seb
Date: Wed Jul 26 15:08:29 2006
New Revision: 318
Modified:
logback/classic/trunk/ (props changed)
logback/classic/trunk/LICENSE.txt
logback/classic/trunk/pom.xml
logback/classic/trunk/src/site/site.xml
logback/classic/trunk/src/site/xdocTemplates/download.xml
logback/classic/trunk/src/site/xdocTemplates/license.xml
Log:
corrected the way of writting logback in the classic module, from LOGBack to Logback or logback
Modified: logback/classic/trunk/LICENSE.txt
==============================================================================
--- logback/classic/trunk/LICENSE.txt (original)
+++ logback/classic/trunk/LICENSE.txt Wed Jul 26 15:08:29 2006
@@ -1,11 +1,11 @@
-LOGBack Core Module LICENSE
+Logback Classic Module LICENSE
---------------------------
-LOGBack Core Module source code and binaries are distributed under the
+Logback Classic 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/classic/trunk/pom.xml
==============================================================================
--- logback/classic/trunk/pom.xml (original)
+++ logback/classic/trunk/pom.xml Wed Jul 26 15:08:29 2006
@@ -9,7 +9,7 @@
<artifactId>lb-classic</artifactId>
<packaging>jar</packaging>
<version>0.1-SNAPSHOT</version>
- <name>LOGBack Classic Module</name>
+ <name>Logback Classic Module</name>
<url>http://logback.qos.ch/classic</url>
<description>
@@ -18,7 +18,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>
@@ -87,7 +87,7 @@
</descriptor>
</descriptors>
<finalName>
- LOGBackClassic-${project.version}
+ LogbackClassic-${project.version}
</finalName>
<appendAssemblyId>false</appendAssemblyId>
<outputDirectory>target/site/dist/</outputDirectory>
Modified: logback/classic/trunk/src/site/site.xml
==============================================================================
--- logback/classic/trunk/src/site/site.xml (original)
+++ logback/classic/trunk/src/site/site.xml Wed Jul 26 15:08:29 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="LOGBack Classic Module">
+<project name="Logback Classic 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="Access Module" href="http://logback.qos.ch/access/"/>
</links>
Modified: logback/classic/trunk/src/site/xdocTemplates/download.xml
==============================================================================
--- logback/classic/trunk/src/site/xdocTemplates/download.xml (original)
+++ logback/classic/trunk/src/site/xdocTemplates/download.xml Wed Jul 26 15:08:29 2006
@@ -15,11 +15,11 @@
<p>${pom.name} can be downloaded in two formats:</p>
<p>
- <a href="dist/LOGBackClassic-${pom.version}.zip">LOGBackClassic-${pom.version}.zip</a>
+ <a href="dist/LogbackClassic-${pom.version}.zip">LogbackClassic-${pom.version}.zip</a>
</p>
<p>
- <a href="dist/LOGBackClassic-${pom.version}.tar.gz">LOGBackClassic-${pom.version}.tar.gz</a>
+ <a href="dist/LogbackClassic-${pom.version}.tar.gz">LogbackClassic-${pom.version}.tar.gz</a>
</p>
</body>
Modified: logback/classic/trunk/src/site/xdocTemplates/license.xml
==============================================================================
--- logback/classic/trunk/src/site/xdocTemplates/license.xml (original)
+++ logback/classic/trunk/src/site/xdocTemplates/license.xml Wed Jul 26 15:08:29 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 />
More information about the logback-dev
mailing list