You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2014/09/12 20:14:20 UTC

svn commit: r1624603 - /commons/proper/configuration/branches/configuration2-alpha/pom.xml

Author: oheger
Date: Fri Sep 12 18:14:20 2014
New Revision: 1624603

URL: http://svn.apache.org/r1624603
Log:
Adapted logger configuration.

Modified:
    commons/proper/configuration/branches/configuration2-alpha/pom.xml

Modified: commons/proper/configuration/branches/configuration2-alpha/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2-alpha/pom.xml?rev=1624603&r1=1624602&r2=1624603&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2-alpha/pom.xml (original)
+++ commons/proper/configuration/branches/configuration2-alpha/pom.xml Fri Sep 12 18:14:20 2014
@@ -500,7 +500,7 @@
             </excludes>
             <systemPropertyVariables>
               <java.awt.headless>true</java.awt.headless>
-              <org.apache.commons.logging.Log>org.apache.commons.configuration.Logging</org.apache.commons.logging.Log>
+              <org.apache.commons.logging.Log>org.apache.commons.configuration2.Logging</org.apache.commons.logging.Log>
             </systemPropertyVariables>
           </configuration>
         </plugin>