-
Notifications
You must be signed in to change notification settings - Fork 62
/
.classpath
31 lines (31 loc) · 1.76 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
31
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="build/java" path="src/java"/>
<classpathentry kind="src" output="build/test" path="src/test"/>
<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="lib" path="lib/ant.jar" sourcepath="lib/ant-src.jar"/>
<classpathentry kind="lib" path="lib/ant-launcher.jar" sourcepath="lib/ant-src.jar"/>
<classpathentry kind="lib" path="lib/testng-6.13.1.jar" sourcepath="lib/testng-6.13.1-sources.jar"/>
<classpathentry kind="lib" path="lib/gson-2.2.4.jar"/>
<classpathentry kind="lib" path="lib/ast.jar"/>
<classpathentry kind="lib" path="lib/ast-dependencies.jar"/>
<classpathentry kind="lib" path="lib/ini4j-0.5.1.jar"/>
<classpathentry kind="lib" path="lib/commonmark-0.11.0.jar"/>
<classpathentry kind="lib" path="lib/mockito-core-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/byte-buddy-1.9.14.jar"/>
<classpathentry kind="lib" path="lib/byte-buddy-agent-1.9.14.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-2.1.jar"/>
<classpathentry kind="lib" path="lib/objenesis-2.6.jar"/>
<classpathentry kind="lib" path="lib/jaxb-api-2.3.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.36.jar"/>
<classpathentry kind="lib" path="lib/rcode-reader-2.22.1.jar"/>
<classpathentry kind="lib" path="lib/database-parser-2.22.1.jar"/>
<classpathentry kind="lib" path="lib/openedge-checks-2.22.1.jar"/>
<classpathentry kind="lib" path="lib/proparse-2.22.1.jar"/>
<classpathentry kind="lib" path="lib/antlr4-runtime-4.13.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>