-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
18 lines (18 loc) · 903 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/jdom-2.0.6/jdom-2.0.6.jar"/>
<classpathentry kind="lib" path="lib/slf4j-1.7.5/slf4j-api-1.7.5.jar"/>
<classpathentry kind="lib" path="lib/logback-1.0.13/logback-classic-1.0.13.jar"/>
<classpathentry kind="lib" path="lib/logback-1.0.13/logback-core-1.0.13.jar"/>
<classpathentry kind="lib" path="lib/system-rules-1.16.0/system-rules-1.16.0.jar"/>
<classpathentry kind="lib" path="lib/json-20211205.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="bin"/>
</classpath>