From 0f45ce209bde55f81615be5264765b283e4ec7b0 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 7 May 2013 04:38:18 +0000 Subject: [PATCH] revert bad idea git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1479758 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/log4j.xml | 41 +++++++++++ .../src/test/resources/logging/log4j.xml | 70 +++++++++++++++++++ 2 files changed, 111 insertions(+) create mode 100644 archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/log4j.xml create mode 100644 archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/logging/log4j.xml diff --git a/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/log4j.xml b/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/log4j.xml new file mode 100644 index 000000000..4957e2d89 --- /dev/null +++ b/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/log4j.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/logging/log4j.xml b/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/logging/log4j.xml new file mode 100644 index 000000000..8ddcde5e9 --- /dev/null +++ b/archiva-modules/archiva-web/archiva-webapp-test/src/test/resources/logging/log4j.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5