Author: markt
Date: Tue Nov 29 15:13:49 2005
New Revision: 349829

URL: http://svn.apache.org/viewcvs?rev=349829&view=rev
Log:
Align package name with directory structure.

Modified:
    
tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/filters/SetCharacterEncodingFilter.java
    tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/web.xml

Modified: 
tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/filters/SetCharacterEncodingFilter.java
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/filters/SetCharacterEncodingFilter.java?rev=349829&r1=349828&r2=349829&view=diff
==============================================================================
--- 
tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/filters/SetCharacterEncodingFilter.java
 (original)
+++ 
tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/filters/SetCharacterEncodingFilter.java
 Tue Nov 29 15:13:49 2005
@@ -15,7 +15,7 @@
  */
 
 
-package filters;
+package org.apache.webapp.admin.filters;
 
 
 import java.io.IOException;

Modified: tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/web.xml?rev=349829&r1=349828&r2=349829&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/web.xml (original)
+++ tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/web.xml Tue Nov 29 
15:13:49 2005
@@ -18,7 +18,7 @@
   <!--
   <filter>
     <filter-name>Set Character Encoding</filter-name>
-    <filter-class>filters.SetCharacterEncodingFilter</filter-class>
+    
<filter-class>org.apache.webapp.admin.filters.SetCharacterEncodingFilter</filter-class>
     <init-param>
       <param-name>encoding</param-name>
       <param-value>UTF8</param-value>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to