diff --git a/build.xml b/build.xml index 781b54e58..1310a682b 100644 --- a/build.xml +++ b/build.xml @@ -106,9 +106,6 @@ - - - @@ -366,7 +363,6 @@ - diff --git a/source/log4j.properties b/source/log4j.properties deleted file mode 100644 index 1d4d2f18f..000000000 --- a/source/log4j.properties +++ /dev/null @@ -1,7 +0,0 @@ -#### Use only the log to console appender -log4j.rootCategory=info, stdout -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout - -# Pattern to output the caller's file name and line number. -log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F%L) - %m%n