-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
19 lines (19 loc) · 973 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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/core.jar"/>
<classpathentry kind="lib" path="lib/gluegen-rt.jar"/>
<classpathentry kind="lib" path="lib/jogl-all.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="unfolding-app-template/libNative"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.7.2.jar"/>
<classpathentry kind="lib" path="lib/json4processing.jar"/>
<classpathentry kind="lib" path="lib/libTUIO.jar"/>
<classpathentry kind="lib" path="lib/unfolding.0.9.7-uscd.jar"/>
<classpathentry kind="output" path="build"/>
</classpath>