mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
17 lines
837 B
XML
17 lines
837 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="src" path="core/src"/>
|
|
<classpathentry kind="src" path="dxf/src"/>
|
|
<classpathentry kind="src" path="opengl/src"/>
|
|
<classpathentry sourcepath="opengl/jogl-src-1_0_0-beta05.zip" kind="lib" path="opengl/library/jogl.jar"/>
|
|
<classpathentry kind="src" path="net/src"/>
|
|
<classpathentry kind="src" path="pdf/src"/>
|
|
<classpathentry kind="src" path="serial/src"/>
|
|
<classpathentry kind="lib" path="serial/library/RXTXcomm.jar"/>
|
|
<classpathentry kind="lib" path="video/QTJava.zip"/>
|
|
<classpathentry kind="src" path="video/src"/>
|
|
<classpathentry sourcepath="pdf/itext-src-1.4.2.zip" kind="lib" path="pdf/library/itext-1.4.2.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|