-
Notifications
You must be signed in to change notification settings - Fork 10
/
.classpath
26 lines (26 loc) · 1.38 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/antlr-2.7.7.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/jacocoagent.jar"/>
<classpathentry kind="lib" path="lib/jacocoant.jar"/>
<classpathentry kind="lib" path="lib/jacococli.jar"/>
<classpathentry kind="lib" path="lib/junit.jar"/>
<classpathentry kind="lib" path="lib/mockito-all.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java.jar"/>
<classpathentry kind="lib" path="lib/org.jacoco.agent-0.8.3.201812230753.jar"/>
<classpathentry kind="lib" path="lib/org.jacoco.ant-0.8.3.201812230753.jar"/>
<classpathentry kind="lib" path="lib/org.jacoco.core-0.8.3.201812230753.jar"/>
<classpathentry kind="lib" path="lib/org.jacoco.report-0.8.3.201812230753.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.16.0.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.16.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>