Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2014-10-17 01:00:52 +0400
committerFederico Fissore <f.fissore@arduino.cc>2015-03-27 16:51:08 +0300
commit0588790f5b318dec804e95f75d7c0626d10f582d (patch)
tree1d904af09ee40e2776f29c37672a188134669a26 /.classpath
parent48ad7ed769b28979d03f283f57089014c2ae3386 (diff)
Added JARs Bouncy Castle, Jackson, Common-compress
Diffstat (limited to '.classpath')
-rw-r--r--.classpath9
1 files changed, 8 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index be02d8d67..9e4872afa 100644
--- a/.classpath
+++ b/.classpath
@@ -10,7 +10,7 @@
<classpathentry kind="lib" path="app/test-lib/junit-4.11.jar"/>
<classpathentry kind="lib" path="app/test-lib/fest-assert-1.2.jar"/>
<classpathentry kind="lib" path="app/test-lib/fest-reflect-1.2.jar"/>
- <classpathentry kind="lib" path="app/test-lib/fest-swing-1.2.jar" sourcepath="/home/megabug/git/fest-swing-1.2-sources.jar"/>
+ <classpathentry kind="lib" path="app/test-lib/fest-swing-1.2.jar"/>
<classpathentry kind="lib" path="app/test-lib/fest-util-1.1.2.jar"/>
<classpathentry kind="lib" path="app/test-lib/jcip-annotations-1.0.jar"/>
<classpathentry kind="lib" path="app/lib/commons-codec-1.7.jar"/>
@@ -20,6 +20,13 @@
<classpathentry kind="lib" path="app/lib/jmdns-3.4.1.jar"/>
<classpathentry kind="lib" path="app/lib/jsch-0.1.50.jar"/>
<classpathentry kind="lib" path="app/lib/jssc-2.8.0.jar"/>
+ <classpathentry kind="lib" path="app/lib/bcpg-jdk15on-149.jar"/>
+ <classpathentry kind="lib" path="app/lib/bcprov-jdk15on-149.jar"/>
+ <classpathentry kind="lib" path="app/lib/jackson-core-2.2.3.jar"/>
+ <classpathentry kind="lib" path="app/lib/jackson-databind-2.2.3.jar"/>
+ <classpathentry kind="lib" path="app/lib/jackson-module-mrbean-2.2.3.jar"/>
+ <classpathentry kind="lib" path="app/lib/jackson-annotations-2.2.3.jar"/>
+ <classpathentry kind="lib" path="app/lib/commons-compress-1.8.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/>
<classpathentry kind="output" path="app/bin"/>
</classpath>