Skip to content

Commit 5af390b

Browse files
committed
Added missing eclipse classpath entries
1 parent c944a4c commit 5af390b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

app/.classpath

+3
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
<classpathentry kind="lib" path="test-lib/fest-util-1.1.2.jar"/>
2929
<classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/>
3030
<classpathentry kind="lib" path="test-lib/jcip-annotations-1.0.jar"/>
31+
<classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/>
32+
<classpathentry kind="lib" path="lib/guava-18.0.jar"/>
33+
<classpathentry kind="lib" path="lib/java-semver-0.8.0.jar"/>
3134
<classpathentry kind="output" path="bin"/>
3235
</classpath>

arduino-core/.classpath

+11
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,16 @@
1919
<classpathentry kind="lib" path="../app/lib/jackson-module-mrbean-2.2.3.jar"/>
2020
<classpathentry kind="lib" path="../app/lib/bcpg-jdk15on-149.jar"/>
2121
<classpathentry kind="lib" path="../app/lib/bcprov-jdk15on-149.jar"/>
22+
<classpathentry kind="lib" path="lib/bcpg-jdk15on-149.jar"/>
23+
<classpathentry kind="lib" path="lib/bcprov-jdk15on-149.jar"/>
24+
<classpathentry kind="lib" path="lib/commons-codec-1.7.jar"/>
25+
<classpathentry kind="lib" path="lib/commons-compress-1.8.jar"/>
26+
<classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/>
27+
<classpathentry kind="lib" path="lib/guava-18.0.jar"/>
28+
<classpathentry kind="lib" path="lib/jackson-annotations-2.2.3.jar"/>
29+
<classpathentry kind="lib" path="lib/jackson-core-2.2.3.jar"/>
30+
<classpathentry kind="lib" path="lib/jackson-databind-2.2.3.jar"/>
31+
<classpathentry kind="lib" path="lib/jackson-module-mrbean-2.2.3.jar"/>
32+
<classpathentry kind="lib" path="lib/java-semver-0.8.0.jar"/>
2233
<classpathentry kind="output" path="bin"/>
2334
</classpath>

0 commit comments

Comments
 (0)