3d6769
From 1d2f89cb3e954b943751fa8dd587fdb404eb9338 Mon Sep 17 00:00:00 2001
3d6769
From: Stanislav Ochotnicky <sochotnicky@redhat.com>
3d6769
Date: Mon, 21 Feb 2011 15:53:34 +0100
3d6769
Subject: [PATCH 1/3] Remove avalon-logkit
3d6769
3d6769
we don't have it packaged so change defaults and remove it from pom.xml
3d6769
---
3d6769
 pom.xml                                            |    6 ------
3d6769
 .../velocity/runtime/defaults/velocity.properties  |    4 ++--
3d6769
 .../apache/velocity/runtime/log/LogManager.java    |    2 +-
3d6769
 3 files changed, 3 insertions(+), 9 deletions(-)
3d6769
3d6769
diff --git a/pom.xml b/pom.xml
3d6769
index 77a8e38..f453208 100644
3d6769
--- a/pom.xml
3d6769
+++ b/pom.xml
3d6769
@@ -197,12 +197,6 @@
3d6769
       <scope>provided</scope>
3d6769
     </dependency>
3d6769
     <dependency>
3d6769
-      <groupId>logkit</groupId>
3d6769
-      <artifactId>logkit</artifactId>
3d6769
-      <version>2.0</version>
3d6769
-      <scope>provided</scope>
3d6769
-    </dependency>
3d6769
-    <dependency>
3d6769
       <groupId>ant</groupId>
3d6769
       <artifactId>ant</artifactId>
3d6769
       <version>1.6</version>
3d6769
diff --git a/src/java/org/apache/velocity/runtime/defaults/velocity.properties b/src/java/org/apache/velocity/runtime/defaults/velocity.properties
3d6769
index 750a59a..7fac119 100644
3d6769
--- a/src/java/org/apache/velocity/runtime/defaults/velocity.properties
3d6769
+++ b/src/java/org/apache/velocity/runtime/defaults/velocity.properties
3d6769
@@ -20,10 +20,10 @@
3d6769
 # ----------------------------------------------------------------------------
3d6769
 
3d6769
 # ----------------------------------------------------------------------------
3d6769
-#  default LogChute to use: default: AvalonLogChute, Log4JLogChute, CommonsLogLogChute, ServletLogChute, JdkLogChute
3d6769
+#  default LogChute to use: default: Log4JLogChute, CommonsLogLogChute, ServletLogChute, JdkLogChute
3d6769
 # ----------------------------------------------------------------------------
3d6769
 
3d6769
-runtime.log.logsystem.class = org.apache.velocity.runtime.log.AvalonLogChute,org.apache.velocity.runtime.log.Log4JLogChute,org.apache.velocity.runtime.log.CommonsLogLogChute,org.apache.velocity.runtime.log.ServletLogChute,org.apache.velocity.runtime.log.JdkLogChute
3d6769
+runtime.log.logsystem.class = org.apache.velocity.runtime.log.Log4JLogChute,org.apache.velocity.runtime.log.CommonsLogLogChute,org.apache.velocity.runtime.log.ServletLogChute,org.apache.velocity.runtime.log.JdkLogChute
3d6769
 
3d6769
 # ---------------------------------------------------------------------------
3d6769
 # This is the location of the Velocity Runtime log.
3d6769
diff --git a/src/java/org/apache/velocity/runtime/log/LogManager.java b/src/java/org/apache/velocity/runtime/log/LogManager.java
3d6769
index 19d1016..97dceef 100644
3d6769
--- a/src/java/org/apache/velocity/runtime/log/LogManager.java
3d6769
+++ b/src/java/org/apache/velocity/runtime/log/LogManager.java
3d6769
@@ -119,7 +119,7 @@ public class LogManager
3d6769
          * classes, and we use the first one we find.
3d6769
          *
3d6769
          * Note that the default value of this property contains the
3d6769
-         * AvalonLogChute, the Log4JLogChute, CommonsLogLogChute,
3d6769
+         * Log4JLogChute, CommonsLogLogChute,
3d6769
          * ServletLogChute, and the JdkLogChute for
3d6769
          * convenience - so we use whichever we works first.
3d6769
          */
3d6769
-- 
3d6769
1.7.4
3d6769