[seam-commits] Seam SVN: r9304 - trunk/examples/groovybooking/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 14 09:13:30 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-10-14 09:13:30 -0400 (Tue, 14 Oct 2008)
New Revision: 9304

Modified:
   trunk/examples/groovybooking/resources/WEB-INF/web.xml
Log:
Wrong namespace

Modified: trunk/examples/groovybooking/resources/WEB-INF/web.xml
===================================================================
--- trunk/examples/groovybooking/resources/WEB-INF/web.xml	2008-10-14 13:12:15 UTC (rev 9303)
+++ trunk/examples/groovybooking/resources/WEB-INF/web.xml	2008-10-14 13:13:30 UTC (rev 9304)
@@ -1,5 +1,5 @@
 <?xml version="1.0" ?>
-<web-app xmlns="http://java.sun.com/xml/ns/java"
+<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">




More information about the seam-commits mailing list