mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
22 lines
1.2 KiB
XML
22 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="generated"/>
|
|
<classpathentry kind="src" path="test/src"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/processing-dxf"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/processing-net"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/processing-pdf"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/processing-serial"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/processing-video"/>
|
|
<classpathentry kind="lib" path="lib/antlr.jar" sourcepath="lib/antlr-src.zip"/>
|
|
<classpathentry kind="lib" path="lib/jna.jar"/>
|
|
<classpathentry kind="lib" path="lib/ecj.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/ant.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lib/ant-launcher.jar"/>
|
|
<classpathentry kind="lib" path="lib/apple.jar"/>
|
|
<classpathentry kind="lib" path="test/lib/junit-4.8.1.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|