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

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


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

Modified:
   branches/enterprise/WFK-2_1/examples/messages/messages-web/src/main/webapp/WEB-INF/components.xml
Log:
examples, messages, components.xml namespace fix

Modified: branches/enterprise/WFK-2_1/examples/messages/messages-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- branches/enterprise/WFK-2_1/examples/messages/messages-web/src/main/webapp/WEB-INF/components.xml	2012-10-11 14:47:16 UTC (rev 15264)
+++ branches/enterprise/WFK-2_1/examples/messages/messages-web/src/main/webapp/WEB-INF/components.xml	2012-10-11 14:47:24 UTC (rev 15265)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<components xmlns="http://www.jboss.org/schema/seam/components"
+<components xmlns="http://jboss.org/schema/seam/components"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-            xsi:schemaLocation="http://www.jboss.org/schema/seam/components http://www.jboss.org/schema/seam/components-2.3.xsd">
+            xsi:schemaLocation="http://jboss.org/schema/seam/components http://jboss.org/schema/seam/components-2.3.xsd">
             
     <component name="org.jboss.seam.core.init">
         <property name="jndiPattern">${jndiPattern}</property>



More information about the seam-commits mailing list