[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch master updated. v_0.9.30-39-gf185581
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Mon Oct 24 23:39:38 CEST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".
The branch, master has been updated
via f185581de0c9a4c67d4bc1461f2d776072254f3d (commit)
from 167a25b010ef73ba5ed9b1b0d2275576d598c142 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=f185581de0c9a4c67d4bc1461f2d776072254f3d
http://github.com/ceki/logback/commit/f185581de0c9a4c67d4bc1461f2d776072254f3d
commit f185581de0c9a4c67d4bc1461f2d776072254f3d
Author: Ceki Gulcu <ceki at qos.ch>
Date: Mon Oct 24 23:39:11 2011 +0200
added link to logback-audit, other minor edits
diff --git a/logback-site/src/site/pages/index.html b/logback-site/src/site/pages/index.html
index 7041b1d..7ec14b0 100644
--- a/logback-site/src/site/pages/index.html
+++ b/logback-site/src/site/pages/index.html
@@ -51,8 +51,7 @@
<p>The <a href="http://audit.qos.ch">logback-audit</a> project is
designed for processing logging events having long-term business
- significance. Logback-audit is commercial software based on
- logback-core.
+ significance. Logback-audit is based on logback-core.
</p>
diff --git a/logback-site/src/site/pages/mailinglist.html b/logback-site/src/site/pages/mailinglist.html
index d114616..60f93ee 100644
--- a/logback-site/src/site/pages/mailinglist.html
+++ b/logback-site/src/site/pages/mailinglist.html
@@ -45,14 +45,6 @@
not cross post.
</p>
- <p>Please do your best to ensure that you are not sending HTML or
- "Styled" email to the list. If you are using Outlook or
- Outlook Express or Eudora, chances are that you are sending HTML
- email by default. There is usually a setting that will allow you
- to send "Plain Text" email.
- </p>
-
-
<table class="bodyTable">
<tr class="a">
<th>Name</th>
diff --git a/logback-site/src/site/pages/templates/left.js b/logback-site/src/site/pages/templates/left.js
index 12a2fe7..b7c1883 100644
--- a/logback-site/src/site/pages/templates/left.js
+++ b/logback-site/src/site/pages/templates/left.js
@@ -14,6 +14,9 @@ document.write('<p class="menu"><a href="' + prefix + 'repos.html">Source Reposi
document.write('<p class="menu"><a href="http://www.qos.ch/shop/products/professionalSupport">Support offerings</a>');
document.write('<p class="menu"><a href="http://www.qos.ch/shop/products/training">Training</a>');
+document.write('<p class="menu_header">Sister projects</p>');
+document.write('<p class="menu"><a href="http://audit.qos.ch/">Logback-audit</a>');
+
document.write('<p class="menu_header">Online Tools</p>');
document.write('<p class="menu"><a href="http://logback.qos.ch/translator/">log4j.properties Translator</a>');
document.write('<p class="menu"><a href="http://logback.qos.ch/translator/asGroovy.html">logback.XML to Groovy</a>');
diff --git a/pom.xml b/pom.xml
index 5c67477..1fd67a6 100755
--- a/pom.xml
+++ b/pom.xml
@@ -335,7 +335,7 @@
<version>2.4</version>
<reportSets>
<reportSet>
- <reports></reports>
+ <reports/>
</reportSet>
</reportSets>
</plugin>
-----------------------------------------------------------------------
Summary of changes:
logback-site/src/site/pages/index.html | 3 +--
logback-site/src/site/pages/mailinglist.html | 8 --------
logback-site/src/site/pages/templates/left.js | 3 +++
pom.xml | 2 +-
4 files changed, 5 insertions(+), 11 deletions(-)
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
More information about the logback-dev
mailing list