-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
executable file
·63 lines (63 loc) · 3.65 KB
/
.classpath
File metadata and controls
executable file
·63 lines (63 loc) · 3.65 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="examples"/>
<classpathentry kind="src" path="tests"/>
<classpathentry kind="src" path="menu"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="mt4jLibs/core.jar"/>
<classpathentry kind="lib" path="mt4jLibs/mri.jar"/>
<classpathentry kind="lib" path="mt4jLibs/muito_blobtracking.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-anim.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-awt-util.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-bridge.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-css.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-dom.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-ext.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-extension.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-gvt.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-parser.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-script.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-svg-dom.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-svggen.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-transcoder.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-util.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/batik-xml.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/js.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/pdf-transcoder.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/xml-apis.jar"/>
<classpathentry kind="lib" path="mt4jLibs/batik/xml-apis-ext.jar"/>
<classpathentry kind="lib" path="mt4jLibs/whirlylib/commons-collections-3.1.jar"/>
<classpathentry kind="lib" path="mt4jLibs/whirlylib/commons-logging.jar"/>
<classpathentry kind="lib" path="mt4jLibs/whirlylib/concurrent-1.3.4.jar"/>
<classpathentry kind="lib" path="mt4jLibs/whirlylib/junit-3.8.1.jar"/>
<classpathentry kind="lib" path="mt4jLibs/whirlylib/log4j-1.2.8.jar"/>
<classpathentry kind="lib" path="mt4jLibs/whirlylib/whirlycache-1.0.1.jar"/>
<classpathentry kind="lib" path="mt4jLibs/jogl/jogl.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="MT4j"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="mt4jLibs/tuio/libTUIO.jar"/>
<classpathentry kind="lib" path="examples/advanced/flickrMT/lib/flickrj.jar"/>
<classpathentry kind="lib" path="examples/advanced/fluidSimulator/lib/MSAFluid.jar"/>
<classpathentry kind="lib" path="examples/advanced/modestMapsMT/lib/modestMaps.jar"/>
<classpathentry kind="lib" path="mt4jLibs/jogl/gluegen-rt.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="MT4j"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="examples/advanced/physics/lib/jbox2d.jar"/>
<classpathentry kind="lib" path="examples/advanced/water/lib/waterScene.jar"/>
<classpathentry kind="lib" path="mt4jLibs/gsvideo/jna-3.1.0.jar"/>
<classpathentry kind="lib" path="mt4jLibs/gsvideo/gstreamer-java-bin-1.2.jar"/>
<classpathentry kind="lib" path="mt4jLibs/gsvideo/gsvideo06pre.jar"/>
<classpathentry kind="lib" path="mt4jLibs/jogl/opengl.jar"/>
<classpathentry kind="lib" path="mt4jLibs/GlulogicMT.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="MT4j"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.18.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>