forked from sechel/jreality
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
71 lines (71 loc) · 4.45 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="de/jreality/audio/csound/|de/jreality/audio/jass/" kind="src" path="src-audio"/>
<classpathentry kind="src" path="src-backends-share"/>
<classpathentry kind="src" path="src-core">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="jreality/jni/linux64"/>
</attributes>
</classpathentry>
<classpathentry excluding="de/jreality/examples/SwtExample.java" kind="src" path="src-examples"/>
<classpathentry kind="src" path="src-gpgpu"/>
<classpathentry kind="src" path="src-io"/>
<classpathentry kind="src" path="src-jinput"/>
<classpathentry kind="src" path="src-jogl"/>
<classpathentry kind="src" path="src-jogl3"/>
<classpathentry kind="src" path="src-plugin"/>
<classpathentry excluding="de/jreality/toolsystem/raw/DeviceVPRNARTrack.java|de/jreality/toolsystem/raw/DeviceVRPNAnalog.java|de/jreality/toolsystem/raw/DeviceVRPNButton.java|de/jreality/toolsystem/raw/DeviceVRPNTracker.java|de/jreality/toolsystem/raw/DeviceVRPNARTrack.java" kind="src" path="src-portal">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="/home/portal/jreality_portal/native32"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src-proxies"/>
<classpathentry kind="src" path="src-renderman"/>
<classpathentry kind="src" path="src-soft"/>
<classpathentry kind="src" path="src-soft-new"/>
<classpathentry kind="src" path="src-sunflow"/>
<classpathentry kind="src" path="src-swing"/>
<classpathentry excluding="de/jreality/toolsystem/raw/WiiMoteOSC.java|de/jreality/toolsystem/raw/DeviceSpacenav.java" kind="src" path="src-tool"/>
<classpathentry excluding="de/jreality/tutorial/audio/Example.java|de/jreality/tutorial/misc/JLinkExample.java|de/jreality/tutorial/audio/MinimalExample.java" kind="src" path="src-tutorial"/>
<classpathentry kind="src" path="src-ui"/>
<classpathentry kind="src" path="src-vr"/>
<classpathentry kind="src" path="test"/>
<classpathentry excluding="de/jreality/audio/jack/|de/jreality/audio/csound/|de/jreality/audio/jass/" kind="src" path="test-audio"/>
<classpathentry kind="src" path="test-backends-share"/>
<classpathentry excluding="de/jreality/portal/vrpn/TestVRPNAnalog.java|de/jreality/portal/vrpn/TestVRPNARTrack.java|de/jreality/portal/vrpn/TestVRPNButton.java|de/jreality/portal/vrpn/TestVRPNTracker.java" kind="src" path="test-portal"/>
<classpathentry kind="src" path="test-proxies"/>
<classpathentry kind="src" path="test-swing"/>
<classpathentry kind="src" path="src-python"/>
<classpathentry kind="lib" path="lib/jterm.jar"/>
<classpathentry kind="lib" path="lib/smrj.jar"/>
<classpathentry kind="lib" path="lib/sunflow.jar"/>
<classpathentry kind="lib" path="lib/smrj-app.jar"/>
<classpathentry kind="lib" path="lib/bsh.jar"/>
<classpathentry kind="lib" path="lib/colorpicker.jar"/>
<classpathentry kind="lib" path="lib/vrData.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jacknativeclient.jar"/>
<classpathentry kind="lib" path="lib/vrExamples.jar"/>
<classpathentry exported="true" kind="lib" path="lib/beans.jar"/>
<classpathentry kind="lib" path="lib/antlr-3.4-complete.jar"/>
<classpathentry exported="true" kind="lib" path="lib/NetUtil.jar"/>
<classpathentry kind="lib" path="lib/jinput.jar"/>
<classpathentry exported="true" kind="lib" path="lib/libpd.jar"/>
<classpathentry kind="lib" path="lib/numericalMethods.jar" sourcepath="/numericalMethods"/>
<classpathentry kind="lib" path="lib/jython_console.jar"/>
<classpathentry kind="lib" path="lib/hidapi-1.1.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/jreality/lib/hidapi-1.1-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/xmlpull-1.1.3.1.jar"/>
<classpathentry kind="lib" path="lib/xpp3_min-1.1.4c.jar"/>
<classpathentry kind="lib" path="lib/xstream-1.4.7.jar"/>
<classpathentry kind="lib" path="lib/jython-standalone-2.5.4-rc1.jar"/>
<classpathentry kind="lib" path="lib/jogamp/gluegen-rt.jar"/>
<classpathentry kind="lib" path="lib/jogamp/jogl-all.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry exported="true" kind="lib" path="lib/jrworkspace.jar" sourcepath="/jrworkspace"/>
<classpathentry kind="lib" path="lib/itextpdf-5.3.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>