Author: jmitchell Date: Wed Nov 1 17:53:09 2006 New Revision: 470181 URL: http://svn.apache.org/viewvc?view=rev&rev=470181 Log: formatting only
Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/web.xml Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/web.xml?view=diff&rev=470181&r1=470180&r2=470181 ============================================================================== --- struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/web.xml (original) +++ struts/struts2/trunk/apps/showcase/src/main/webapp/WEB-INF/web.xml Wed Nov 1 17:53:09 2006 @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<web-app id="WebApp_9" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> - +<web-app id="WebApp_9" version="2.4" + xmlns="http://java.sun.com/xml/ns/j2ee" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> <display-name>Struts Showcase Application</display-name> - <filter> <filter-name>struts-cleanup</filter-name> @@ -19,8 +20,6 @@ <filter-name>sitemesh</filter-name> <filter-class>com.opensymphony.module.sitemesh.filter.PageFilter</filter-class> </filter> - - <filter-mapping> <filter-name>struts-cleanup</filter-name> @@ -36,7 +35,6 @@ <filter-name>struts</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> - <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>