forked from esp1/com.makerbar.rendersphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
37 lines (37 loc) · 1.89 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.xtend.XTEND_CONTAINER"/>
<classpathentry kind="lib" path="lib/gifAnimation.jar"/>
<classpathentry kind="lib" path="lib/processing-2.0.3/core/core.jar"/>
<classpathentry kind="lib" path="lib/processing-2.0.3/serial/RXTXcomm.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="com.makerbar.rendersphere/lib/processing-2.0.3/serial/macosx"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/processing-2.0.3/serial/serial.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="com.makerbar.rendersphere/lib/processing-2.0.3/serial/macosx"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/processing-2.0.3/video/gstreamer-java.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="com.makerbar.rendersphere/lib/base/video/macosx64"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/processing-2.0.3/video/jna.jar"/>
<classpathentry kind="lib" path="lib/processing-2.0.3/video/video.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="com.makerbar.rendersphere/lib/base/video/macosx64"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/x2-0.1.0-SNAPSHOT-standalone.jar"/>
<classpathentry exported="true" kind="lib" path="classes">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>