forked from jdf/processing.py
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
12 lines (12 loc) · 768 Bytes
/
.classpath
File metadata and controls
12 lines (12 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="runtime/src"/>
<classpathentry kind="src" path="testing/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-app"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
<classpathentry kind="lib" path="buildtime/lib/jython/jython.jar" sourcepath="/Users/feinberg/jython-processing-mode"/>
<classpathentry kind="lib" path="buildtime/lib/java/guava-17.0.jar" sourcepath="buildtime/lib/java/guava-17.0-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>