-
Notifications
You must be signed in to change notification settings - Fork 201
/
.classpath
29 lines (29 loc) · 1.78 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
<?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"/>
<classpathentry kind="lib" path="libs/ant.jar"/>
<classpathentry kind="lib" path="libs/cglib-nodep-2.2_beta1.jar"/>
<classpathentry kind="lib" path="libs/easymock.jar"/>
<classpathentry kind="lib" path="libs/easymockclassextension.jar"/>
<classpathentry kind="lib" path="libs/groovy-3.0.9.jar"/>
<classpathentry exported="true" kind="lib" path="libs/guava.jar"/>
<classpathentry kind="lib" path="libs/h2.jar"/>
<classpathentry kind="lib" path="libs/jardiff.jar"/>
<classpathentry kind="lib" path="libs/jcurses.jar"/>
<classpathentry kind="lib" path="libs/jorbis.jar"/>
<classpathentry kind="lib" path="libs/libtiled.jar"/>
<classpathentry kind="lib" path="libs/log4j.jar" sourcepath="/log4j"/>
<classpathentry kind="lib" path="libs/mysql-connector-java-8.0.13.jar"/>
<classpathentry kind="lib" path="libs/swing-layout.jar"/>
<classpathentry kind="lib" path="libs/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="libs/junit-4.12.jar"/>
<classpathentry kind="lib" path="libs/java-hamcrest-2.0.0.0.jar" sourcepath="/home/brummermann/.m2/repository/org/hamcrest/java-hamcrest/2.0.0.0/java-hamcrest-2.0.0.0-sources.jar"/>
<classpathentry kind="lib" path="libs/marauroa.jar" sourcepath="/marauroa"/>
<classpathentry kind="lib" path="libs/luaj-jse-3.0.1.jar" sourcepath="/luaj"/>
<classpathentry kind="lib" path="libs/jakarta.annotation-api-2.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/tomcat-embed-core-10.1.13.jar"/>
<classpathentry kind="lib" path="libs/tomcat-embed-websocket-10.1.13.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>