<?xml version="1.0" encoding="UTF-8"?>
<faces-config
    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"
    version="2.2">
    <!-- Demo specifics -->
 <managed-bean>
        <description>The java bean that contains the logic of this sample</description>
    <managed-bean-name>ganttBean</managed-bean-name>
    <managed-bean-class>demo.editing.EditingBean</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
  </managed-bean>

  <component>
    <component-type>ilog.faces.PropertySheet</component-type>
    <component-class>demo.editing.faces.PropertySheet</component-class>
    <component-extension>
      <component-family>ilog.faces.PropertySheet</component-family>
      <renderer-type>ilog.faces.PropertySheet</renderer-type>
    </component-extension>
  </component>

  <render-kit>
    <renderer>
      <component-family>ilog.faces.PropertySheet</component-family>
      <renderer-type>ilog.faces.PropertySheet</renderer-type>
      <renderer-class>demo.editing.faces.PropertySheetRenderer</renderer-class>
    </renderer>
  </render-kit>
</faces-config>