
The branch, master has been updated via 87ab8377b3e25ac0accf5784f78a393bde865405 (commit) from ef5a12d9162edc1cd94e5b71f4a58c3784e236be (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=87ab8377b3e25ac0accf5784f... http://github.com/ceki/logback/commit/87ab8377b3e25ac0accf5784f78a393bde8654... commit 87ab8377b3e25ac0accf5784f78a393bde865405 Author: Ceki Gulcu <ceki@qos.ch> Date: Mon Nov 9 23:49:52 2009 +0100 - pom packaging instead of jar messes up copying of html files, rendering the site module useless. Reverting to jar packaging. diff --git a/logback-site/pom.xml b/logback-site/pom.xml index 3da1644..7f118ae 100644 --- a/logback-site/pom.xml +++ b/logback-site/pom.xml @@ -10,7 +10,7 @@ <groupId>ch.qos.logback</groupId> <artifactId>logback-site</artifactId> - <packaging>pom</packaging> + <packaging>jar</packaging> <version>${parent.version}</version> <name>Logback Site</name> ----------------------------------------------------------------------- Summary of changes: logback-site/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.