Author: pete.muir(a)jboss.org
Date: 2010-06-16 13:30:45 -0400 (Wed, 16 Jun 2010)
New Revision: 6446
Modified:
examples/trunk/jsf/pastecode/src/main/webapp/WEB-INF/faces-config.xml
Log:
workaround jboss tools bug
Modified: examples/trunk/jsf/pastecode/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- examples/trunk/jsf/pastecode/src/main/webapp/WEB-INF/faces-config.xml 2010-06-16
14:40:09 UTC (rev 6445)
+++ examples/trunk/jsf/pastecode/src/main/webapp/WEB-INF/faces-config.xml 2010-06-16
17:30:45 UTC (rev 6446)
@@ -2,6 +2,8 @@
<faces-config version="2.0"
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_0.xsd">
+
+ <name>weldpastecode</name>
<navigation-rule>
<from-view-id>/home.xhtml</from-view-id>