-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.classpath
15 lines (15 loc) · 911 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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/guava-r07.jar" sourcepath="lib/guava-src-r07.zip"/>
<classpathentry kind="lib" path="lib/reflections-0.9.5-RC2.jar" sourcepath="lib/reflections-0.9.5-RC2-sources.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-nop-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/dom4j-1.6.jar"/>
<classpathentry kind="lib" path="lib/javassist-3.8.0.GA.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.1.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar" sourcepath="lib/commons-logging-1.1.1-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>