-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
18 lines (18 loc) · 1.06 KB
/
.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="external/httpasyncclient-4.0-alpha3.jar"/>
<classpathentry kind="lib" path="external/logback-classic-0.9.30.jar"/>
<classpathentry kind="lib" path="external/logback-core-0.9.30.jar"/>
<classpathentry kind="lib" path="external/slf4j-api-1.6.3.jar"/>
<classpathentry kind="lib" path="external/httpclient-4.1.2.jar"/>
<classpathentry kind="lib" path="external/httpcore-4.2-alpha2.jar"/>
<classpathentry kind="lib" path="external/httpcore-nio-4.2-alpha2.jar"/>
<classpathentry kind="lib" path="external/commons-codec-1.4.jar"/>
<classpathentry kind="lib" path="external/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="external/jackson-core-lgpl-1.9.1.jar"/>
<classpathentry kind="lib" path="external/jackson-mapper-lgpl-1.9.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>