11 lines
486 B
XML
11 lines
486 B
XML
<?xml version="1.0"?>
|
|
<faces-config version="2.2"
|
|
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
|
|
http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd">
|
|
<application>
|
|
<resource-handler>org.libreccm.mvc.facelets.CcmViewResourceHandler</resource-handler>
|
|
</application>
|
|
</faces-config>
|