[seam-commits] Seam SVN: r9702 - trunk/examples/spring/resources/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Dec 3 16:24:03 EST 2008
Author: dan.j.allen
Date: 2008-12-03 16:24:03 -0500 (Wed, 03 Dec 2008)
New Revision: 9702
Modified:
trunk/examples/spring/resources/WEB-INF/web.xml
Log:
JBSEAM-3587
Modified: trunk/examples/spring/resources/WEB-INF/web.xml
===================================================================
--- trunk/examples/spring/resources/WEB-INF/web.xml 2008-12-03 17:43:32 UTC (rev 9701)
+++ trunk/examples/spring/resources/WEB-INF/web.xml 2008-12-03 21:24:03 UTC (rev 9702)
@@ -2,7 +2,7 @@
<web-app version="2.5"
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_2_5.xsd" metadata-complete="true">
<!-- Seam -->
More information about the seam-commits
mailing list