
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 a7ec18cba585f6fb5335f9fafd6b997392899315 (commit) from 13b0c1d6ab019a69bd9d833ed98e1e8e47e58d21 (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=a7ec18cba585f6fb5335f9faf... http://github.com/ceki/logback/commit/a7ec18cba585f6fb5335f9fafd6b9973928993... commit a7ec18cba585f6fb5335f9fafd6b997392899315 Author: Ceki Gulcu <ceki@qos.ch> Date: Tue Oct 18 23:02:43 2011 +0200 added missing test resource diff --git a/logback-classic/src/test/input/joran/properties.xml b/logback-classic/src/test/input/joran/properties.xml new file mode 100644 index 0000000..d5a737c --- /dev/null +++ b/logback-classic/src/test/input/joran/properties.xml @@ -0,0 +1,8 @@ +<configuration debug="false"> + <property name="transientKey0" value="v"/> + <property scope="local" name="transientKey1" value="v"/> + <property scope="context" name="nodeId" value="node0"/> + <property scope="system" name="sys" value="tem"/> + + <property scope="context" name="path" value ="${PATH}"/> +</configuration> diff --git a/pom.xml b/pom.xml index d846a12..ee26580 100755 --- a/pom.xml +++ b/pom.xml @@ -176,6 +176,14 @@ <build> + <extensions> + <extension> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ssh</artifactId> + <version>1.0-beta-1</version> + </extension> + </extensions> + <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -453,6 +461,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> + <version>2.8</version> <executions> <execution> <id>attach-javadocs</id> ----------------------------------------------------------------------- Summary of changes: .../src/test/input/joran/properties.xml | 8 ++++++++ pom.xml | 9 +++++++++ 2 files changed, 17 insertions(+), 0 deletions(-) create mode 100644 logback-classic/src/test/input/joran/properties.xml hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.