-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.classpath
More file actions
23 lines (23 loc) · 1.32 KB
/
.classpath
File metadata and controls
23 lines (23 loc) · 1.32 KB
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="lib" path="lib/commons-codec-1.6.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="lib/fluent-hc-4.3.1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.3.1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-cache-4.3.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.3.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.3.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="lib" path="lib/bitcoinj-0.12-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="lib/core-1.51.0.0.jar"/>
<classpathentry kind="lib" path="lib/com.google.common_1.0.0.201004262004.jar"/>
<classpathentry kind="lib" path="lib/jackson-annotations-2.4.0.jar"/>
<classpathentry kind="lib" path="lib/jackson-core-2.4.2.jar"/>
<classpathentry kind="lib" path="lib/jackson-databind-2.4.2.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.7.jar"/>
<classpathentry kind="lib" path="lib/slf4j-simple-1.7.7.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>