From a874a5c92290bfd2a88d01b67207a59046057ac4 Mon Sep 17 00:00:00 2001 From: Mattias Hellborg Arthursson Date: Tue, 30 Jul 2013 08:44:09 +0200 Subject: [PATCH] LDAP-250: spring-ldap-odm should not have its own log4j.properties Moved log4j.properties to where it should be: src/test/resources --- odm/src/{main => test}/resources/log4j.properties | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename odm/src/{main => test}/resources/log4j.properties (100%) diff --git a/odm/src/main/resources/log4j.properties b/odm/src/test/resources/log4j.properties similarity index 100% rename from odm/src/main/resources/log4j.properties rename to odm/src/test/resources/log4j.properties