[seam-commits] Seam SVN: r14598 - branches/community/Seam_2_3/examples-ee6/messages/messages-web/src/main/webapp/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Apr 17 10:29:18 EDT 2012
Author: manaRH
Date: 2012-04-17 10:29:17 -0400 (Tue, 17 Apr 2012)
New Revision: 14598
Modified:
branches/community/Seam_2_3/examples-ee6/messages/messages-web/src/main/webapp/WEB-INF/web.xml
Log:
fixed web.xml schema definition from 2.5 to 3.0
Modified: branches/community/Seam_2_3/examples-ee6/messages/messages-web/src/main/webapp/WEB-INF/web.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/messages/messages-web/src/main/webapp/WEB-INF/web.xml 2012-04-17 10:07:32 UTC (rev 14597)
+++ branches/community/Seam_2_3/examples-ee6/messages/messages-web/src/main/webapp/WEB-INF/web.xml 2012-04-17 14:29:17 UTC (rev 14598)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<web-app version="2.5"
+<web-app version="3.0"
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">
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
<!-- Seam -->
More information about the seam-commits
mailing list