kmodule.xml 297 B

12345678
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kmodule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://jboss.org/kie/6.0.0/kmodule">
  4. <kbase name="foo" packages="com.redhat.training" default="true">
  5. <ksession name="bar" default="true"/>
  6. </kbase>
  7. </kmodule>