mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
16 lines
856 B
XML
Executable File
16 lines
856 B
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" output="demo/SimpleApp/build" path="demo/SimpleApp/src"/>
|
|
<classpathentry kind="src" output="demo/ConsoleApp/build" path="demo/ConsoleApp/src"/>
|
|
<classpathentry kind="lib" path="lib/formsrt.jar"/>
|
|
<classpathentry kind="lib" path="lib/xstream.jar"/>
|
|
<classpathentry kind="lib" path="lib/commons-beanutils.jar"/>
|
|
<classpathentry kind="lib" path="lib/commons-logging.jar"/>
|
|
<classpathentry kind="lib" path="lib/looks.jar"/>
|
|
<classpathentry kind="lib" path="lib/foxtrot.jar"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
|
<classpathentry kind="lib" path="lib/forms.jar"/>
|
|
<classpathentry kind="output" path="build"/>
|
|
</classpath>
|