You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2005/12/08 08:28:14 UTC

svn commit: r355025 - /myfaces/examples/trunk/conf/web-develop.xml

Author: mmarinschek
Date: Wed Dec  7 23:28:10 2005
New Revision: 355025

URL: http://svn.apache.org/viewcvs?rev=355025&view=rev
Log:
check if existing component still belongs to view-root, fix for MYFACES-857. Thanks to Paul Klaer. web-develop doesn't cause to read in faces-config.xml twice anymore

Modified:
    myfaces/examples/trunk/conf/web-develop.xml

Modified: myfaces/examples/trunk/conf/web-develop.xml
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/conf/web-develop.xml?rev=355025&r1=355024&r2=355025&view=diff
==============================================================================
--- myfaces/examples/trunk/conf/web-develop.xml (original)
+++ myfaces/examples/trunk/conf/web-develop.xml Wed Dec  7 23:28:10 2005
@@ -35,7 +35,7 @@
     <context-param>
         <param-name>javax.faces.CONFIG_FILES</param-name>
         <param-value>
-            /WEB-INF/examples-config.xml,/WEB-INF/faces-config.xml,/WEB-INF/sandbox/faces-config.xml
+            /WEB-INF/examples-config.xml,/WEB-INF/sandbox/faces-config.xml
         </param-value>
         <description>
             Comma separated list of URIs of (additional) faces config files.