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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 14 06:31:19 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-10-14 06:31:18 -0400 (Tue, 14 Oct 2008)
New Revision: 9295

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 07:33:42 UTC (rev 9294)
+++ trunk/examples/groovybooking/resources/WEB-INF/web.xml	2008-10-14 10:31:18 UTC (rev 9295)
@@ -1,7 +1,7 @@
 <?xml version="1.0" ?>
 <web-app xmlns="http://java.sun.com/xml/ns/java"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://java.sun.com/xml/ns/java http://java.sun.com/xml/ns/java/web-app_2_5.xsd"
+         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
          version="2.5">
     
     <context-param>




More information about the seam-commits mailing list