
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 74915053db48b5e803816f8d39237cd85293273f (commit) from 9c87bed29ee9f4fe0dd762e897cb0f89b53019de (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=74915053db48b5e803816f8d3... http://github.com/ceki/logback/commit/74915053db48b5e803816f8d39237cd8529327... commit 74915053db48b5e803816f8d39237cd85293273f Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Sep 16 07:53:41 2010 +0200 In commit 459e776d0ad4954ca36ee26210339ccf61f96f96 dated June 14th 2010 all tests in logback-classic were disabled. Reenabling them. diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml index bd33903..61cd5e2 100644 --- a/logback-classic/pom.xml +++ b/logback-classic/pom.xml @@ -304,7 +304,6 @@ <reportFormat>plain</reportFormat> <trimStackTrace>false</trimStackTrace> <excludes> - <exclude>**/*.java</exclude> <exclude>**/AllClassicTest.java</exclude> <exclude>**/PackageTest.java</exclude> <exclude>**/TestConstants.java</exclude> ----------------------------------------------------------------------- Summary of changes: logback-classic/pom.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.