torsten@1: <?xml version="1.0" encoding="UTF-8"?>
torsten@1: <!-- This file is not required if you don't need any extra configuration. -->
torsten@1: <faces-config version="2.0" xmlns="http://java.sun.com/xml/ns/javaee"
torsten@1:    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
torsten@1:    xsi:schemaLocation="
torsten@1:         http://java.sun.com/xml/ns/javaee
torsten@1:         http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd">
torsten@1: 
torsten@1:    <!-- This descriptor activates the JSF 2.0 Servlet -->
torsten@1: 
torsten@1:    <!-- Write your navigation rules here. You are encouraged to use CDI for 
torsten@1:       creating @Named managed beans. -->
torsten@1: 
torsten@1: </faces-config>