mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
19 lines
906 B
XML
19 lines
906 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/adoptopenjdk-11">
|
|
<attributes>
|
|
<attribute name="module" value="true"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="lib" path="library/javafx.base.jar"/>
|
|
<classpathentry kind="lib" path="library/javafx.controls.jar"/>
|
|
<classpathentry kind="lib" path="library/javafx.fxml.jar"/>
|
|
<classpathentry kind="lib" path="library/javafx.graphics.jar"/>
|
|
<classpathentry kind="lib" path="library/javafx.jar"/>
|
|
<classpathentry kind="lib" path="library/javafx.media.jar"/>
|
|
<classpathentry kind="lib" path="library/javafx.swing.jar"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/processing4-core"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|