-
Notifications
You must be signed in to change notification settings - Fork 244
/
.classpath
36 lines (36 loc) · 1.99 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
36
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn|**/.svn/" kind="src" path="src"/>
<classpathentry excluding="**/.svn|**/.svn/" kind="src" path="test"/>
<classpathentry excluding="**/.svn|**/.svn/" kind="src" path="examples"/>
<classpathentry excluding="**/.svn|**/.svn/" kind="src" path="config"/>
<classpathentry excluding="**/.svn|**/.svn/" kind="src" path="data"/>
<classpathentry kind="src" path="examples-extern"/>
<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/gluegen-rt.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="unfolding/lib/libNative"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/libTUIO.jar"/>
<classpathentry kind="lib" path="lib/junit-4.10.jar"/>
<classpathentry kind="lib" path="lib-extern/Ani.jar"/>
<classpathentry kind="lib" path="lib-extern/geonames-1.1.6.jar"/>
<classpathentry kind="lib" path="lib-extern/joda-time-2.0.jar"/>
<classpathentry kind="lib" path="lib-extern/toxiclibs_p5.jar"/>
<classpathentry kind="lib" path="lib-extern/toxiclibscore.jar"/>
<classpathentry kind="lib" path="lib/jogl-all.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="unfolding/libNative"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/gluegen-rt-natives-macosx-universal.jar"/>
<classpathentry kind="lib" path="lib/jogl-all-natives-macosx-universal.jar"/>
<classpathentry kind="lib" path="lib/core.jar"/>
<classpathentry kind="lib" path="lib-extern/controlP5.jar"/>
<classpathentry kind="lib" path="lib/json4processing.jar"/>
<classpathentry kind="lib" path="lib-extern/handy.jar"/>
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.8.7.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>