mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 10:21:26 +01:00
13 lines
551 B
XML
13 lines
551 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/adoptopenjdk-11">
|
|
<attributes>
|
|
<attribute name="module" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="lib" path="library/itext.jar" sourcepath="itext-src.zip"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/processing4-core"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|