Ravi Srinivasan
2018-09-10 41d5004b9e40b9e29b37c26cbd1c154b97e2fe7a
commit | author | age
41d500 1 <?xml version="1.0" encoding="UTF-8"?>
RS 2 <!--
3     JBoss, Home of Professional Open Source
4     Copyright 2014, Red Hat, Inc. and/or its affiliates, and individual
5     contributors by the @authors tag. See the copyright.txt in the
6     distribution for a full listing of individual contributors.
7
8     Licensed under the Apache License, Version 2.0 (the "License");
9     you may not use this file except in compliance with the License.
10     You may obtain a copy of the License at
11     http://www.apache.org/licenses/LICENSE-2.0
12     Unless required by applicable law or agreed to in writing, software
13     distributed under the License is distributed on an "AS IS" BASIS,
14     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15     See the License for the specific language governing permissions and
16     limitations under the License.
17 -->
18 <!-- This file is not required if you don't need any extra configuration. -->
19 <faces-config version="2.0" xmlns="http://java.sun.com/xml/ns/javaee"
20     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21     xsi:schemaLocation="
22         http://java.sun.com/xml/ns/javaee
23         http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd">
24
25     <!-- This descriptor activates the JSF 2.0 Servlet -->
26
27     <!-- Write your navigation rules here. You are encouraged to use CDI 
28         for creating @Named managed beans. -->
29
30 </faces-config>