Author: manaRH Date: 2012-05-28 09:07:00 -0400 (Mon, 28 May 2012) New Revision: 14787
Modified: branches/enterprise/WFK-2_0/examples-ee6/messages/messages-web/src/main/webapp/WEB-INF/components.xml Log: JBSEAM-4967 fixed URL to xsd schema Signed-off-by: Marek Novotn?\195?\189 <[email protected]> Modified: branches/enterprise/WFK-2_0/examples-ee6/messages/messages-web/src/main/webapp/WEB-INF/components.xml =================================================================== --- branches/enterprise/WFK-2_0/examples-ee6/messages/messages-web/src/main/webapp/WEB-INF/components.xml 2012-05-28 13:06:48 UTC (rev 14786) +++ branches/enterprise/WFK-2_0/examples-ee6/messages/messages-web/src/main/webapp/WEB-INF/components.xml 2012-05-28 13:07:00 UTC (rev 14787) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<components xmlns="http://www.jboss.com/products/seam/components" +<components xmlns="http://www.jboss.org/schema/seam/components" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.3.xsd"> + xsi:schemaLocation="http://www.jboss.org/schema/seam/components http://www.jboss.org/schema/seam/components-2.3.xsd"> <component name="org.jboss.seam.core.init"> <property name="jndiPattern">@jndiPattern@</property> _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
