-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
52 lines (52 loc) · 4.06 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<classpath>
<classpathentry kind="src" path="src/main/scala"/>
<classpathentry kind="lib" path="./lib/javacv.jar"/>
<classpathentry kind="lib" path="./lib/javacv-linux-x86_64.jar"/>
<classpathentry kind="lib" path="./lib/javacpp.jar"/>
<classpathentry kind="lib" path="./lib/libJRiftLibrary64.so"/>
<classpathentry kind="lib" path="./lib/JRift-0.2.5.1.jar"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"></classpathentry>
<classpathentry sourcepath="/home/hairy/.ivy2/cache/org.lwjgl.lwjgl/lwjgl/srcs/lwjgl-2.9.3-sources.jar" kind="lib" path="/home/hairy/.ivy2/cache/org.lwjgl.lwjgl/lwjgl/jars/lwjgl-2.9.3.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/home/hairy/.ivy2/cache/org.lwjgl.lwjgl/lwjgl/docs/lwjgl-2.9.3-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/hairy/.ivy2/cache/org.lwjgl.lwjgl/lwjgl-platform/jars/lwjgl-platform-2.9.3-natives-windows.jar"/>
<classpathentry kind="lib" path="/home/hairy/.ivy2/cache/org.lwjgl.lwjgl/lwjgl-platform/jars/lwjgl-platform-2.9.3-natives-linux.jar"/>
<classpathentry kind="lib" path="/home/hairy/.ivy2/cache/org.lwjgl.lwjgl/lwjgl-platform/jars/lwjgl-platform-2.9.3-natives-osx.jar"/>
<classpathentry sourcepath="/home/hairy/.ivy2/cache/net.java.jinput/jinput/srcs/jinput-2.0.5-sources.jar" kind="lib" path="/home/hairy/.ivy2/cache/net.java.jinput/jinput/jars/jinput-2.0.5.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/home/hairy/.ivy2/cache/net.java.jinput/jinput/docs/jinput-2.0.5-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry sourcepath="/home/hairy/.ivy2/cache/net.java.jutils/jutils/srcs/jutils-1.0.0-sources.jar" kind="lib" path="/home/hairy/.ivy2/cache/net.java.jutils/jutils/jars/jutils-1.0.0.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/home/hairy/.ivy2/cache/net.java.jutils/jutils/docs/jutils-1.0.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="/home/hairy/.ivy2/cache/net.java.jinput/jinput-platform/jars/jinput-platform-2.0.5-natives-windows.jar"/>
<classpathentry kind="lib" path="/home/hairy/.ivy2/cache/net.java.jinput/jinput-platform/jars/jinput-platform-2.0.5-natives-osx.jar"/>
<classpathentry kind="lib" path="/home/hairy/.ivy2/cache/net.java.jinput/jinput-platform/jars/jinput-platform-2.0.5-natives-linux.jar"/>
<classpathentry sourcepath="/home/hairy/.ivy2/cache/org.lwjgl.lwjgl/lwjgl_util/srcs/lwjgl_util-2.9.3-sources.jar" kind="lib" path="/home/hairy/.ivy2/cache/org.lwjgl.lwjgl/lwjgl_util/jars/lwjgl_util-2.9.3.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/home/hairy/.ivy2/cache/org.lwjgl.lwjgl/lwjgl_util/docs/lwjgl_util-2.9.3-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry sourcepath="/home/hairy/.ivy2/cache/org.l33tlabs.twl/pngdecoder/srcs/pngdecoder-1.0-sources.jar" kind="lib" path="/home/hairy/.ivy2/cache/org.l33tlabs.twl/pngdecoder/jars/pngdecoder-1.0.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/home/hairy/.ivy2/cache/org.l33tlabs.twl/pngdecoder/docs/pngdecoder-1.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry sourcepath="/home/hairy/.ivy2/cache/org.scream3r/jssc/srcs/jssc-2.8.0-sources.jar" kind="lib" path="/home/hairy/.ivy2/cache/org.scream3r/jssc/jars/jssc-2.8.0.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/home/hairy/.ivy2/cache/org.scream3r/jssc/docs/jssc-2.8.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry sourcepath="/home/hairy/.ivy2/cache/javazoom/jlayer/srcs/jlayer-1.0.1-sources.jar" kind="lib" path="/home/hairy/.ivy2/cache/javazoom/jlayer/jars/jlayer-1.0.1.jar">
<attributes>
<attribute name="javadoc_location" value="jar:file:/home/hairy/.ivy2/cache/javazoom/jlayer/docs/jlayer-1.0.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>