mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
13 lines
563 B
Plaintext
13 lines
563 B
Plaintext
|
<?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="lib/jna.jar"/>
|
||
|
<classpathentry kind="lib" path="lib/apple.jar"/>
|
||
|
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
|
||
|
<classpathentry kind="lib" path="lib/jmdns-3.4.1.jar"/>
|
||
|
<classpathentry kind="lib" path="lib/jssc-2.8.0.jar"/>
|
||
|
<classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
|
||
|
<classpathentry kind="output" path="bin"/>
|
||
|
</classpath>
|