<?xml version="1.0" encoding="UTF-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com"
             xsi:schemaLocation="http://www.zeroturnaround.com http://www.zeroturnaround.com/alderaan/rebel-2_0.xsd">

  <classpath>
    <dir name="${jira.rebel.root}/jira-components/jira-core/target/classes"/>
    <dir name="${jira.rebel.root}/jira-components/jira-core/src/main/resources"/>
    <dir name="${jira.rebel.root}/jira-components/jira-api/target/classes"/>
    <dir name="${jira.rebel.root}/jira-components/jira-api/src/main/resources"/>
  </classpath>

  <web>
    <link target="/">
      <dir name="${jira.rebel.root}/jira-components/jira-webapp/src/main/webapp"/>
    </link>
  </web>

</application>
