forked from simplegeo/java-simplegeo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
19 lines (19 loc) · 1.01 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="src" path="tests/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/signpost-commonshttp4-1.2.jar"/>
<classpathentry kind="lib" path="libs/signpost-core-1.2.jar"/>
<classpathentry kind="lib" path="libs/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="libs/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="libs/httpclient-4.0.1.jar"/>
<classpathentry kind="lib" path="libs/httpcore-4.0.1.jar"/>
<classpathentry kind="lib" path="libs/httpcore-nio-4.0.1.jar"/>
<classpathentry kind="lib" path="libs/httpmime-4.0.1.jar"/>
<classpathentry kind="lib" path="libs/json.jar"/>
<classpathentry kind="lib" path="libs/junit.jar"/>
<classpathentry kind="lib" path="libs/log4j-1.2.15.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>