-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
executable file
·17 lines (17 loc) · 1.13 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="jar/commons-lang3-3.6/commons-lang3-3.6.jar"/>
<classpathentry kind="lib" path="jar/jsoup-1.10.3/jsoup-1.10.3.jar"/>
<classpathentry kind="lib" path="jar/joda-time-2.9.9/joda-time-2.9.9.jar"/>
<classpathentry kind="lib" path="jar/commons-configuration-1.10/commons-configuration-1.10.jar"/>
<classpathentry kind="lib" path="jar/commons-lang-2.6/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="jar/commons-logging-1.2/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="jar/commons-collections-3.2.2/commons-collections-3.2.2.jar"/>
<classpathentry kind="lib" path="jar/apache-log4j-2.8.2-bin/log4j-api-2.8.2.jar"/>
<classpathentry kind="lib" path="jar/apache-log4j-2.8.2-bin/log4j-core-2.8.2.jar"/>
<classpathentry kind="lib" path="jar/kdb-java-c/c.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>