You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2007/01/06 18:47:15 UTC

svn commit: r493518 - in /velocity/tools/trunk: src/java/org/apache/velocity/tools/generic/log/LogSystemCommonsLog.java xdocs/view/index.xml

Author: cbrisson
Date: Sat Jan  6 09:47:14 2007
New Revision: 493518

URL: http://svn.apache.org/viewvc?view=rev&rev=493518
Log:
fix: correct package is o.a.v.tools.generic.log and not o.a.v.tools.log

Modified:
    velocity/tools/trunk/src/java/org/apache/velocity/tools/generic/log/LogSystemCommonsLog.java
    velocity/tools/trunk/xdocs/view/index.xml

Modified: velocity/tools/trunk/src/java/org/apache/velocity/tools/generic/log/LogSystemCommonsLog.java
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/src/java/org/apache/velocity/tools/generic/log/LogSystemCommonsLog.java?view=diff&rev=493518&r1=493517&r2=493518
==============================================================================
--- velocity/tools/trunk/src/java/org/apache/velocity/tools/generic/log/LogSystemCommonsLog.java (original)
+++ velocity/tools/trunk/src/java/org/apache/velocity/tools/generic/log/LogSystemCommonsLog.java Sat Jan  6 09:47:14 2007
@@ -32,7 +32,7 @@
  *
  * <p>To use, specify this class in your commons-logging.properties:
  * <code>
- * org.apache.commons.logging.Log=org.apache.velocity.tools.log.LogSystemCommonsLog
+ * org.apache.commons.logging.Log=org.apache.velocity.tools.generic.log.LogSystemCommonsLog
  * </code>
  * </p>
  *

Modified: velocity/tools/trunk/xdocs/view/index.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/xdocs/view/index.xml?view=diff&rev=493518&r1=493517&r2=493518
==============================================================================
--- velocity/tools/trunk/xdocs/view/index.xml (original)
+++ velocity/tools/trunk/xdocs/view/index.xml Sat Jan  6 09:47:14 2007
@@ -357,7 +357,7 @@
       (e.g. Jetty or Tomcat 4.x), you must now add a commons-logging.properties
       file at the root of the classpath that contains:
       <code>
-      org.apache.commons.logging.Log=org.apache.velocity.tools.log.LogSystemCommonsLog
+      org.apache.commons.logging.Log=org.apache.velocity.tools.generic.log.LogSystemCommonsLog
       </code>
       if you wish to have tool and tool management log output sent to the
       servlet log.  If you are using Tomcat 5.5+, do NOT do that, as it will