Author: twilliams
Date: Wed Aug 11 02:30:46 2010
New Revision: 984289

URL: http://svn.apache.org/viewvc?rev=984289&view=rev
Log:
Undo unintended changes; meant only to change the build.

Modified:
    
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
    forrest/trunk/main/webapp/WEB-INF/logkit.xconf

Modified: 
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java?rev=984289&r1=984288&r2=984289&view=diff
==============================================================================
--- 
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java 
(original)
+++ 
forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java 
Wed Aug 11 02:30:46 2010
@@ -35,7 +35,6 @@ import org.apache.avalon.framework.servi
 import org.apache.avalon.framework.service.ServiceManager;
 import org.apache.avalon.framework.service.Serviceable;
 import org.apache.avalon.framework.thread.ThreadSafe;
-import org.apache.cocoon.components.CocoonComponentManager;
 import org.apache.cocoon.components.modules.input.InputModule;
 import org.apache.excalibur.source.Source;
 import org.apache.excalibur.source.SourceResolver;

Modified: forrest/trunk/main/webapp/WEB-INF/logkit.xconf
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/WEB-INF/logkit.xconf?rev=984289&r1=984288&r2=984289&view=diff
==============================================================================
--- forrest/trunk/main/webapp/WEB-INF/logkit.xconf (original)
+++ forrest/trunk/main/webapp/WEB-INF/logkit.xconf Wed Aug 11 02:30:46 2010
@@ -223,7 +223,7 @@
       </category>
 
       <!-- Locationmap logger -->
-      <category name="modules.mapper.lm" log-level="DEBUG">
+      <category name="modules.mapper.lm" log-level="INFO">
         <log-target id-ref="locationmap"/>
         <!-- duplicate the locationmap messages into the linkrewriter log
              to provide context:
@@ -237,7 +237,7 @@
       <log-target id-ref="error"/>
     </category>
 
-    <category name="sitemap" log-level="INFO">
+    <category name="sitemap" log-level="ERROR">
       <category name="transformer.idgen" log-level="INFO">
         <log-target id-ref="idgen"/>
         <log-target id-ref="error"/>