-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.classpath
19 lines (19 loc) · 1.03 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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/httpclient-4.2.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.2.2.jar"/>
<classpathentry kind="lib" path="lib/signpost-commonshttp4-1.2.1.2.jar"/>
<classpathentry kind="lib" path="lib/signpost-core-1.2.1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/fluent-hc-4.2.1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-cache-4.2.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.2.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore-ab-4.2.2.jar"/>
<classpathentry kind="lib" path="lib/httpcore-nio-4.2.2.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.2.1.jar"/>
<classpathentry kind="lib" path="lib/json.org.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>