-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
31 lines (31 loc) · 2.14 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen"/>
<classpathentry kind="src" path="src-test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-cli-jar.jar" sourcepath="lib/commons-cli-source.jar"/>
<classpathentry kind="lib" path="lib/jcl-over-slf4j-jar.jar" sourcepath="lib/jcl-over-slf4j-source.jar"/>
<classpathentry kind="lib" path="lib/log4j-bundle.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-jar.jar" sourcepath="lib/slf4j-api-source.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-jar.jar" sourcepath="lib/slf4j-log4j12-source.jar"/>
<classpathentry kind="lib" path="lib/junit-jar.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-jar.jar"/>
<classpathentry kind="lib" path="lib/dom4j-jar.jar"/>
<classpathentry kind="lib" path="lib/guava-jar.jar"/>
<classpathentry kind="lib" path="lib/javassist-jar.jar"/>
<classpathentry kind="lib" path="lib/jsr305-jar.jar"/>
<classpathentry kind="lib" path="lib/reflections-jar.jar" sourcepath="lib/reflections-source.jar"/>
<classpathentry kind="lib" path="lib/xml-apis-jar.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-jar.jar" sourcepath="lib/commons-codec-source.jar"/>
<classpathentry kind="lib" path="lib/httpclient-jar.jar" sourcepath="lib/httpclient-source.jar"/>
<classpathentry kind="lib" path="lib/httpcore-jar.jar"/>
<classpathentry kind="lib" path="lib/commons-io-jar.jar" sourcepath="lib/commons-io-source.jar"/>
<classpathentry kind="lib" path="lib/antlr-runtime-jar.jar"/>
<classpathentry kind="lib" path="lib/org.abego.treelayout.core-jar.jar"/>
<classpathentry kind="lib" path="lib/antlr4-annotations-jar.jar"/>
<classpathentry kind="lib" path="lib/antlr4-runtime-jar.jar" sourcepath="lib/antlr4-runtime-source.jar"/>
<classpathentry kind="lib" path="lib/antlr4-jar.jar" sourcepath="lib/antlr4-source.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-jar.jar" sourcepath="lib/commons-lang3-source.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>