-
Notifications
You must be signed in to change notification settings - Fork 28
/
.classpath
executable file
·30 lines (30 loc) · 1.49 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
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="lib" path="lib/junit-jupiter-engine.jar"/>
<classpathentry kind="lib" path="lib/junit-jupiter-api.jar"/>
<classpathentry kind="lib" path="lib/junit-platform-commons.jar"/>
<classpathentry kind="lib" path="lib/junit-platform-engine.jar"/>
<classpathentry kind="lib" path="lib/opentest4j.jar"/>
<classpathentry kind="lib" path="lib/apiguardian-api.jar"/>
<classpathentry kind="lib" path="lib/assertj-core.jar"/>
<classpathentry kind="lib" path="lib/mockito-core.jar"/>
<classpathentry kind="lib" path="lib/mockito-junit-jupiter.jar"/>
<classpathentry kind="lib" path="lib/objenesis.jar"/>
<classpathentry kind="lib" path="lib/byte-buddy-agent.jar"/>
<classpathentry kind="lib" path="lib/byte-buddy.jar"/>
<classpathentry kind="lib" path="lib/javafaker.jar"/>
<classpathentry kind="lib" path="lib/generex.jar"/>
<classpathentry kind="lib" path="lib/automaton.jar"/>
<classpathentry kind="lib" path="lib/snakeyaml.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core.jar"/>
<classpathentry kind="lib" path="lib/hamcrest.jar"/>
</classpath>