-
Notifications
You must be signed in to change notification settings - Fork 3
/
.classpath
18 lines (18 loc) · 1009 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"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/lz4-1.2.0.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/google-diff-match-patch.jar"/>
<classpathentry kind="lib" path="lib/testng-6.8.8.jar"/>
<classpathentry kind="lib" path="lib/net.xngo.utils.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-all-1.3.jar"/>
<classpathentry kind="lib" path="lib/jcommander-1.35.jar"/>
<classpathentry kind="lib" path="lib/slf4j-1.7.10/slf4j-api-1.7.10.jar"/>
<classpathentry kind="lib" path="lib/slf4j-1.7.10/logback-core-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/slf4j-1.7.10/logback-classic-1.1.2.jar"/>
<classpathentry kind="lib" path="lib/flyway-core-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.8.6.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>