mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-14 08:03:09 +03:00
.settings
app
arduino-builder
.settings
bin
src
.classpath
.project
arduino-core
build
docs
hardware
libraries
.classpath
.gitignore
.project
.travis.yml
README.Arduino.md
README.md
appveyor.yml
format.every.sketch.sh
lib_sync
license.txt
9 lines
441 B
XML
9 lines
441 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.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/>
|
|
<classpathentry kind="lib" path="/arduino-core/arduino-core.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|