<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" output="target/classes" path="src/main/java"/>
    <classpathentry kind="src" output="target/classes" path="src/main/resources"/>
    <classpathentry kind="src" output="target/test-classes" path="src/test/java">
        <attributes>
            <attribute name="test" value="true"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="src" output="target/test-classes" path="src/test/resources">
        <attributes>
            <attribute name="test" value="true"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
        <attributes>
            <attribute name="module" value="true"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="var" path="TOMCAT_HOME/lib/servlet-api.jar"/>
    <classpathentry kind="var" path="TOMCAT_HOME/lib/jsp-api.jar"/>
    <classpathentry kind="var" path="TOMCAT_HOME/lib/el-api.jar"/>
    <classpathentry combineaccessrules="false" kind="src" path="/commons-chain2"/>
    <classpathentry kind="lib" path="/commons-chain2/lib/main/commons-logging-1.2.jar"/>
    <classpathentry kind="lib" path="/commons-chain2/lib/main/commons-digester3-3.2.jar"/>
    <classpathentry kind="lib" path="/commons-chain2/lib/main/commons-beanutils-1.9.3-no-collection.jar"/>
    <classpathentry kind="lib" path="lib/main/commons-fileupload-1.4.jar"/>
    <classpathentry kind="lib" path="lib/test/mockito-core-2.25.1.jar">
        <attributes>
            <attribute name="test" value="true"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="lib" path="lib/test/byte-buddy-1.9.11.jar">
        <attributes>
            <attribute name="test" value="true"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="lib" path="lib/test/objenesis-3.0.1.jar">
        <attributes>
            <attribute name="test" value="true"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="lib" path="/commons-chain2/lib/test/junit-4.12.jar">
        <attributes>
            <attribute name="test" value="true"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="lib" path="/commons-chain2/lib/test/hamcrest-core-1.3.jar">
        <attributes>
            <attribute name="test" value="true"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="output" path="target/classes"/>
</classpath>
