-
Notifications
You must be signed in to change notification settings - Fork 4
/
.classpath
21 lines (21 loc) · 1.19 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="data"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/sqlitejdbc-v056.jar"/>
<classpathentry kind="lib" path="lib/json4processing.jar"/>
<classpathentry kind="lib" path="lib/libTUIO.jar"/>
<classpathentry kind="lib" path="lib/controlP5-0.7.6.jar"/>
<classpathentry kind="lib" path="lib/joda-time-2.0.jar"/>
<classpathentry kind="lib" path="lib/Ani.jar"/>
<classpathentry kind="lib" path="lib/core.jar"/>
<classpathentry kind="lib" path="lib/gluegen-rt-natives-macosx-universal.jar"/>
<classpathentry kind="lib" path="lib/gluegen-rt.jar"/>
<classpathentry kind="lib" path="lib/jogl-all-natives-macosx-universal.jar"/>
<classpathentry kind="lib" path="lib/jogl-all.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/timerangeslider"/>
<classpathentry combineaccessrules="false" kind="src" path="/unfolding"/>
<classpathentry kind="output" path="build"/>
</classpath>