mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 18:31:07 +01:00
Development on this was done in https://github.com/gohai/processing-serial-jssc. See also https://github.com/gohai/java-simple-serial-connector for changes to JSSC (not yet upstreamed).
9 lines
361 B
XML
9 lines
361 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"/>
|
|
<classpathentry kind="lib" path="library/jssc.jar"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|