-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
20 lines (20 loc) · 1.86 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="vendor/lib/commons-codec-1.4.jar" sourcepath="vendor/src/commons-codec-1.4-src.zip"/>
<classpathentry kind="lib" path="vendor/lib/commons-logging-1.1.1.jar" sourcepath="vendor/src/commons-logging-1.1.1-src.zip"/>
<classpathentry kind="lib" path="vendor/lib/httpclient-4.1.2.jar" sourcepath="vendor/src/httpcomponents-client-4.1.2-src.zip"/>
<classpathentry kind="lib" path="vendor/lib/httpclient-cache-4.1.2.jar" sourcepath="vendor/src/httpcomponents-client-4.1.2-src.zip"/>
<classpathentry kind="lib" path="vendor/lib/httpcore-4.1.4.jar" sourcepath="vendor/src/httpcomponents-core-4.1.4-src.zip"/>
<classpathentry kind="lib" path="vendor/lib/httpcore-nio-4.1.4.jar" sourcepath="vendor/src/httpcomponents-core-4.1.4-src.zip"/>
<classpathentry kind="lib" path="vendor/lib/httpmime-4.1.2.jar" sourcepath="vendor/src/httpcomponents-client-4.1.2-src.zip"/>
<classpathentry kind="lib" path="vendor/lib/gson-2.1.jar" sourcepath="vendor/src/gson-2.1-sources.jar"/>
<classpathentry kind="lib" path="vendor/lib/guava-11.0.1.jar" sourcepath="vendor/src/guava-11.0.1-sources.jar"/>
<classpathentry kind="lib" path="vendor/lib/commons-io-2.1.jar" sourcepath="vendor/src/commons-io-2.1-sources.jar"/>
<classpathentry kind="lib" path="vendor/buildlib/hamcrest-all-1.3.0RC2.jar" sourcepath="vendor/src/hamcrest-1.3.0RC2-src.zip"/>
<classpathentry kind="lib" path="vendor/buildlib/junit-dep-4.10.jar" sourcepath="vendor/src/junit-dep-4.10-sources.jar"/>
<classpathentry kind="lib" path="vendor/buildlib/jmock-2.5.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>