1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-02 14:47:41 +03:00

Added missing eclipse classpath entries

This commit is contained in:
Cristian Maglie
2015-04-21 18:28:26 +02:00
parent c944a4c84d
commit 5af390b5e2
2 changed files with 14 additions and 0 deletions

View File

@ -28,5 +28,8 @@
<classpathentry kind="lib" path="test-lib/fest-util-1.1.2.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/>
<classpathentry kind="lib" path="test-lib/jcip-annotations-1.0.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/>
<classpathentry kind="lib" path="lib/guava-18.0.jar"/>
<classpathentry kind="lib" path="lib/java-semver-0.8.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>