-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.classpath
35 lines (35 loc) · 1.84 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
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="tests"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/asm-5.0.4.jar"/>
<classpathentry kind="lib" path="lib/ecologylabFundamental.jar"/>
<classpathentry kind="lib" path="lib/git/com.jcraft.jsch_0.1.31.jar"/>
<classpathentry kind="lib" path="lib/git/logback.jar"/>
<classpathentry kind="lib" path="lib/git/org.eclipse.jgit-4.4.1.201607150455-r.jar"/>
<classpathentry kind="lib" path="lib/git/slf4j.jar"/>
<classpathentry kind="lib" path="lib/gson-2.7.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/Jama-1.0.2.jar"/>
<classpathentry kind="lib" path="lib/junit-4.12.jar"/>
<classpathentry kind="lib" path="lib/kryo-4.0.0.jar"/>
<classpathentry kind="lib" path="lib/kryonet-2.21.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/minlog-1.3.0.jar"/>
<classpathentry kind="lib" path="lib/objenesis-2.2.jar"/>
<classpathentry kind="lib" path="lib/paleo.jar"/>
<classpathentry kind="lib" path="lib/reflectasm-1.11.3.jar"/>
<classpathentry kind="lib" path="lib/sikulixapi.jar"/>
<classpathentry kind="lib" path="lib/voice/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="lib/voice/sphinx4-core-5prealpha-20160628.232526-10.jar"/>
<classpathentry kind="lib" path="lib/voice/sphinx4-data-5prealpha-20160628.232535-10.jar"/>
<classpathentry kind="lib" path="lib/weka.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX11"/>
<classpathentry kind="lib" path="lib/controlsfx-11.1.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>