-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
18 lines (18 loc) · 1.2 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="output" path="bin"/>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" exported="true"/>
<classpathentry kind="lib" path="lib/JUnit/junit-4.11.jar" exported="true"/>
<classpathentry kind="lib" path="lib/JUnit/hamcrest-core-1.3.jar" exported="true"/>
<classpathentry kind="lib" path="lib/Guava/guava-14.0.1.jar" exported="true" sourcepath="lib/Guava/guava-14.0.1-sources.jar"/>
<classpathentry kind="lib" path="lib/Jython/jython.jar" exported="true"/>
<classpathentry kind="lib" path="lib/Clojure/clojure.jar" exported="true"/>
<classpathentry kind="lib" path="lib/Batik/batik-1.7.jar" exported="true"/>
<classpathentry kind="lib" path="lib/FlyingSaucer/core-renderer.jar" exported="true"/>
<classpathentry kind="lib" path="lib/javassist/javassist.jar" exported="true"/>
<classpathentry kind="lib" path="lib/reflections/reflections-0.9.9-RC1.jar" exported="true"/>
<classpathentry kind="lib" path="lib/Htmlparser/htmlparser-1.4.jar" exported="true"/>
</classpath>