You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/03/05 14:02:09 UTC

svn commit: r1452783 - /myfaces/tobago/trunk/tobago-core/src/main/faces-config/faces-config.xml

Author: lofwyr
Date: Tue Mar  5 13:02:09 2013
New Revision: 1452783

URL: http://svn.apache.org/r1452783
Log:
adding schema

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/faces-config/faces-config.xml

Modified: myfaces/tobago/trunk/tobago-core/src/main/faces-config/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/faces-config/faces-config.xml?rev=1452783&r1=1452782&r2=1452783&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/faces-config/faces-config.xml (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/faces-config/faces-config.xml Tue Mar  5 13:02:09 2013
@@ -17,7 +17,11 @@
  * limitations under the License.
 -->
 
-<faces-config>
+<faces-config 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"
+              version="2.0">
+
   <application>
     <default-render-kit-id>tobago</default-render-kit-id>
   </application>