Author: mickw
Date: 2006-04-29 12:49:48 +0200 (Sat, 29 Apr 2006)
New Revision: 2827

Modified:
   branches/2.0/pom.xml
   branches/2.0/src/java/no/schibstedsok/
   branches/2.0/src/webapp/WEB-INF/web.xml
Log:
SEARCH-520


Modified: branches/2.0/pom.xml
===================================================================
--- branches/2.0/pom.xml        2006-04-29 10:49:36 UTC (rev 2826)
+++ branches/2.0/pom.xml        2006-04-29 10:49:48 UTC (rev 2827)
@@ -411,6 +411,11 @@
         <artifactId>commons-ioc</artifactId>
         <version>2.1-SNAPSHOT</version>
       </dependency>
+      <dependency>
+        <groupId>schibstedsok</groupId>
+        <artifactId>commons-log4j</artifactId>
+        <version>1.2-SNAPSHOT</version>
+      </dependency>
         <dependency>
             <groupId>opensymphony</groupId>
             <artifactId>oscache</artifactId>


Property changes on: branches/2.0/src/java/no/schibstedsok
___________________________________________________________________
Name: svn:externals
   - common/servlet/log 
https://dev.schibstedsok.no/svn/schibstedsok-commons/trunk/src/main/java/no/schibstedsok/common/servlet/log
#common/ioc             
https://dev.schibstedsok.no/svn/schibstedsok-commons/trunk/src/main/java/no/schibstedsok/common/ioc

   + #common/servlet/log        
https://dev.schibstedsok.no/svn/schibstedsok-commons/trunk/src/main/java/no/schibstedsok/common/servlet/log
#common/ioc             
https://dev.schibstedsok.no/svn/schibstedsok-commons/trunk/src/main/java/no/schibstedsok/common/ioc


Modified: branches/2.0/src/webapp/WEB-INF/web.xml
===================================================================
--- branches/2.0/src/webapp/WEB-INF/web.xml     2006-04-29 10:49:36 UTC (rev 
2826)
+++ branches/2.0/src/webapp/WEB-INF/web.xml     2006-04-29 10:49:48 UTC (rev 
2827)
@@ -135,7 +135,7 @@
     
     <servlet>
         <servlet-name>Log</servlet-name>
-        
<servlet-class>no.schibstedsok.common.servlet.log.LoggingServlet</servlet-class>
+        <servlet-class>no.schibstedsok.log4j.LoggingServlet</servlet-class>
     </servlet>
     
     <servlet-mapping>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to