[seam-commits] Seam SVN: r15264 - branches/enterprise/WFK-2_1/examples/mail/mail-web/src/main/webapp/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Oct 11 10:47:16 EDT 2012


Author: manaRH
Date: 2012-10-11 10:47:16 -0400 (Thu, 11 Oct 2012)
New Revision: 15264

Modified:
   branches/enterprise/WFK-2_1/examples/mail/mail-web/src/main/webapp/WEB-INF/faces-config.xml
Log:
mail example, typo

Modified: branches/enterprise/WFK-2_1/examples/mail/mail-web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/mail/mail-web/src/main/webapp/WEB-INF/faces-config.xml	2012-10-11 14:47:08 UTC (rev 15263)
+++ branches/enterprise/WFK-2_1/examples/mail/mail-web/src/main/webapp/WEB-INF/faces-config.xml	2012-10-11 14:47:16 UTC (rev 15264)
@@ -2,7 +2,7 @@
 <faces-config version="2.1"
               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-facesconfig_2:1.xsd">
+              xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd">
 
 </faces-config>
 



More information about the seam-commits mailing list