Skip to main content
summaryrefslogtreecommitdiffstats
blob: ddd61c74528aa8028c4bd06bfaee9d2690410713 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>

<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_1_2.xsd"
    version="1.2">

</faces-config>

Back to the top