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