You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2011/06/02 18:06:36 UTC

svn commit: r1130623 - in /activemq/activemq-apollo/trunk/apollo-distro: pom.xml src/main/descriptors/common-bin.xml src/main/release/etc/jul.properties

Author: chirino
Date: Thu Jun  2 16:06:35 2011
New Revision: 1130623

URL: http://svn.apache.org/viewvc?rev=1130623&view=rev
Log:
Eliminate the jul-to-slf4j dependency.. not really needed plus it's not working well with our dynamically setup classloader.

Modified:
    activemq/activemq-apollo/trunk/apollo-distro/pom.xml
    activemq/activemq-apollo/trunk/apollo-distro/src/main/descriptors/common-bin.xml
    activemq/activemq-apollo/trunk/apollo-distro/src/main/release/etc/jul.properties

Modified: activemq/activemq-apollo/trunk/apollo-distro/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/pom.xml?rev=1130623&r1=1130622&r2=1130623&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/pom.xml Thu Jun  2 16:06:35 2011
@@ -101,12 +101,6 @@
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>jul-to-slf4j</artifactId>
-      <version>${slf4j-version}</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
       <version>${slf4j-version}</version>
     </dependency>

Modified: activemq/activemq-apollo/trunk/apollo-distro/src/main/descriptors/common-bin.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/src/main/descriptors/common-bin.xml?rev=1130623&r1=1130622&r2=1130623&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/src/main/descriptors/common-bin.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/src/main/descriptors/common-bin.xml Thu Jun  2 16:06:35 2011
@@ -55,7 +55,6 @@
         
         <!-- the logging apis used -->
         <include>org.slf4j:slf4j-api</include>
-        <include>org.slf4j:jul-to-slf4j</include>
         <include>commons-logging:commons-logging</include>
         <include>org.slf4j:slf4j-log4j12</include>
         <include>log4j:log4j</include>

Modified: activemq/activemq-apollo/trunk/apollo-distro/src/main/release/etc/jul.properties
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/src/main/release/etc/jul.properties?rev=1130623&r1=1130622&r2=1130623&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/src/main/release/etc/jul.properties (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/src/main/release/etc/jul.properties Thu Jun  2 16:06:35 2011
@@ -16,10 +16,6 @@
 ## ---------------------------------------------------------------------------
 
 # This file configures how Java Util Logging is handled.
-
 #
-# We just redirect all log events to slf4j so that all logging can be 
-# configured via log4j
 #
-handlers=org.slf4j.bridge.SLF4JBridgeHandler
-.level=INFO
\ No newline at end of file
+handlers=
\ No newline at end of file