-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
17 lines (17 loc) · 1.16 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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="tools"/>
<classpathentry exported="true" kind="lib" path="libs/commons-codec-1.10-shaded.jar"/>
<classpathentry exported="true" kind="lib" path="libs/commons-logging-1.2-shaded.jar"/>
<classpathentry exported="true" kind="lib" path="libs/httpclient-4.5.3-shaded.jar"/>
<classpathentry exported="true" kind="lib" path="libs/httpcore-4.4.6-shaded.jar"/>
<classpathentry exported="true" kind="lib" path="libs/jsonbeans-0.9.jar" sourcepath="/jsonbeans/src"/>
<classpathentry exported="true" kind="lib" path="libs/minlog-1.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/tools/sqlite-jdbc-3.21.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/java_websocket-1.4.0.jar"/>
<classpathentry exported="true" kind="lib" path="libs/slf4j-api-1.7.25.jar"/>
<classpathentry exported="true" kind="lib" path="libs/slf4j-nop-1.7.25.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>