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/11/22 15:31:30 UTC

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

Author: mmarinschek
Date: Tue Nov 22 06:31:25 2005
New Revision: 348175

URL: http://svn.apache.org/viewcvs?rev=348175&view=rev
Log:
got in sandbox faces-config again.

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=348175&r1=348174&r2=348175&view=diff
==============================================================================
--- myfaces/examples/trunk/conf/web-develop.xml (original)
+++ myfaces/examples/trunk/conf/web-develop.xml Tue Nov 22 06:31:25 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/examples-config.xml,/WEB-INF/faces-config.xml,/WEB-INF/sandbox/faces-config.xml
         </param-value>
         <description>
             Comma separated list of URIs of (additional) faces config files.