-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
23 lines (23 loc) · 1.43 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="tests"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="dependencies"/>
<classpathentry kind="lib" path="dependencies/httpclient-4.5.jar"/>
<classpathentry kind="lib" path="dependencies/commons-codec-1.9.jar"/>
<classpathentry kind="lib" path="dependencies/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="dependencies/fluent-hc-4.5.jar"/>
<classpathentry kind="lib" path="dependencies/httpclient-cache-4.5.jar"/>
<classpathentry kind="lib" path="dependencies/httpclient-win-4.5.jar"/>
<classpathentry kind="lib" path="dependencies/httpcore-4.4.1.jar"/>
<classpathentry kind="lib" path="dependencies/httpmime-4.5.jar"/>
<classpathentry kind="lib" path="dependencies/jna-4.1.0.jar"/>
<classpathentry kind="lib" path="dependencies/jna-platform-4.1.0.jar"/>
<classpathentry kind="lib" path="dependencies/jackson-databind-2.5.0.jar"/>
<classpathentry kind="lib" path="dependencies/jackson-annotations-2.5.0.jar"/>
<classpathentry kind="lib" path="dependencies/jackson-core-2.5.0.jar"/>
<classpathentry kind="lib" path="dependencies/joda-time-2.4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>