Author: tschneider Date: Fri Nov 9 21:00:23 2007 New Revision: 593736 URL: http://svn.apache.org/viewvc?rev=593736&view=rev Log: updated xml schema for web.xml
Modified: struts/sandbox/trunk/struts2-uel-plugin-example/src/main/webapp/WEB-INF/web.xml Modified: struts/sandbox/trunk/struts2-uel-plugin-example/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-uel-plugin-example/src/main/webapp/WEB-INF/web.xml?rev=593736&r1=593735&r2=593736&view=diff ============================================================================== --- struts/sandbox/trunk/struts2-uel-plugin-example/src/main/webapp/WEB-INF/web.xml (original) +++ struts/sandbox/trunk/struts2-uel-plugin-example/src/main/webapp/WEB-INF/web.xml Fri Nov 9 21:00:23 2007 @@ -1,8 +1,10 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> -<web-app> +<web-app xmlns="http://java.sun.com/xml/ns/javaee" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" + version="2.5"> - <display-name>Struts2 Juel Plugin Example</display-name> + <display-name>Struts2 Uel Plugin Example</display-name> <filter> <filter-name>struts2</filter-name> @@ -18,7 +20,7 @@ <listener> <listener-class> - com.googlecode.struts2juel.contextlistener.UelServletContextListener + org.apache.struts2.uelplugin.contextlistener.UelServletContextListener </listener-class> </listener>