[seam-commits] Seam SVN: r14933 - branches/community/Seam_2_3/examples-ee6/ui/ui-web/src/main/webapp/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 21 03:41:05 EDT 2012


Author: manaRH
Date: 2012-06-21 03:41:04 -0400 (Thu, 21 Jun 2012)
New Revision: 14933

Modified:
   branches/community/Seam_2_3/examples-ee6/ui/ui-web/src/main/webapp/WEB-INF/components.xml
Log:
fixed xml declaration in spring example components.xml

Modified: branches/community/Seam_2_3/examples-ee6/ui/ui-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/ui/ui-web/src/main/webapp/WEB-INF/components.xml	2012-06-21 07:40:52 UTC (rev 14932)
+++ branches/community/Seam_2_3/examples-ee6/ui/ui-web/src/main/webapp/WEB-INF/components.xml	2012-06-21 07:41:04 UTC (rev 14933)
@@ -5,7 +5,8 @@
 	xmlns:framework="http://jboss.org/schema/seam/framework"
 	xmlns:persistence="http://jboss.org/schema/seam/persistence"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://jboss.org/schema/seam/core http://jboss.org/schema/seam/core-2.3.xsd 
+	xsi:schemaLocation="http://jboss.org/schema/seam/cache http://jboss.org/schema/seam/cache-2.3.xsd
+                 http://jboss.org/schema/seam/core http://jboss.org/schema/seam/core-2.3.xsd 
                  http://jboss.org/schema/seam/components http://jboss.org/schema/seam/components-2.3.xsd 
                  http://jboss.org/schema/seam/persistence http://jboss.org/schema/seam/persistence-2.3.xsd 
                  http://jboss.org/schema/seam/framework http://jboss.org/schema/seam/framework-2.3.xsd">



More information about the seam-commits mailing list