-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
25 lines (25 loc) · 1.58 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/tests/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/jcommander-1.7.jar"/>
<classpathentry kind="lib" path="lib/commons-collections4-4.0.jar" sourcepath="lib/commons-collections4-4.0-sources.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.1.jar" sourcepath="lib/log4j-api-2.1-sources.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/reflection"/>
<classpathentry kind="lib" path="lib/reflections-0.9.9-RC1.jar"/>
<classpathentry kind="lib" path="lib/commons-collections4-4.0-sources.jar"/>
<classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/gson-1.4.jar"/>
<classpathentry kind="lib" path="lib/guava-11.0.2.jar"/>
<classpathentry kind="lib" path="lib/javassist-3.16.1-GA.jar"/>
<classpathentry kind="lib" path="lib/jsr305-1.3.9.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.1-sources.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.1-sources.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-simple-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/xml-apis-1.0.b2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>