[seam-commits] Seam SVN: r8186 - branches/Seam_1_2_1_AP/seam-gen/resources/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 14 06:31:12 EDT 2008
Author: max.andersen at jboss.com
Date: 2008-05-14 06:31:12 -0400 (Wed, 14 May 2008)
New Revision: 8186
Modified:
branches/Seam_1_2_1_AP/seam-gen/resources/WEB-INF/web.xml
Log:
upgrade web.xml to servlet 2.5
Modified: branches/Seam_1_2_1_AP/seam-gen/resources/WEB-INF/web.xml
===================================================================
--- branches/Seam_1_2_1_AP/seam-gen/resources/WEB-INF/web.xml 2008-05-13 22:22:11 UTC (rev 8185)
+++ branches/Seam_1_2_1_AP/seam-gen/resources/WEB-INF/web.xml 2008-05-14 10:31:12 UTC (rev 8186)
@@ -1,9 +1,8 @@
<?xml version="1.0" ?>
-<web-app 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"
- version="2.4">
-
+<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">
<!-- Ajax4jsf (must come first!) -->
<filter>
More information about the seam-commits
mailing list