From 1843b0426fc8ffd35db89b6b9fd88f9101b4a728 Mon Sep 17 00:00:00 2001 From: David Harrigan Date: Fri, 10 Sep 2010 23:44:08 +0100 Subject: [PATCH] This is a cleaned up version for LBCORE-154. It undos bad formatting from my previous commit. -=david=- --- .../src/test/input/joran/appenderRefByProperty.xml | 18 ++++++++++++++++++ .../input/joran/appenderRefByPropertyDefault.xml | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+), 0 deletions(-) create mode 100644 logback-classic/src/test/input/joran/appenderRefByProperty.xml create mode 100644 logback-classic/src/test/input/joran/appenderRefByPropertyDefault.xml diff --git a/logback-classic/src/test/input/joran/appenderRefByProperty.xml b/logback-classic/src/test/input/joran/appenderRefByProperty.xml new file mode 100644 index 0000000..1cd69b6 --- /dev/null +++ b/logback-classic/src/test/input/joran/appenderRefByProperty.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/logback-classic/src/test/input/joran/appenderRefByPropertyDefault.xml b/logback-classic/src/test/input/joran/appenderRefByPropertyDefault.xml new file mode 100644 index 0000000..c1c36fa --- /dev/null +++ b/logback-classic/src/test/input/joran/appenderRefByPropertyDefault.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 1.7.1