Skip to content

Commit

Permalink
Updating arduino-builder to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Fissore committed Nov 16, 2015
1 parent 10e8480 commit 0fb04b3
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arduino-core/src/cc/arduino/Compiler.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public class Compiler implements MessageConsumer {
tr("Multiple libraries were found for \"{0}\"");
tr(" Not used: {0}");
tr(" Used: {0}");
tr("Library can't use both 'src' and 'utility' folders.");
tr("Library can't use both 'src' and 'utility' folders. Double ckeck {0}");
tr("WARNING: library {0} claims to run on {1} architecture(s) and may be incompatible with your current board which runs on {2} architecture(s).");
tr("Looking for recipes like {0}*{1}");
tr("Board {0}:{1}:{2} doesn''t define a ''build.board'' preference. Auto-set to: {3}");
Expand Down
1 change: 0 additions & 1 deletion build/arduino-builder-linux32-1.2.0.tar.bz2.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/arduino-builder-linux32-1.2.1.tar.bz2.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
db7ab6808581289b15f91f5ad252d8d952c09fe6
1 change: 0 additions & 1 deletion build/arduino-builder-linux64-1.2.0.tar.bz2.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/arduino-builder-linux64-1.2.1.tar.bz2.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1c817cddd29f9483c29ae0875614579e34ec5ae9
1 change: 0 additions & 1 deletion build/arduino-builder-macosx-1.2.0.tar.bz2.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/arduino-builder-macosx-1.2.1.tar.bz2.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5b29db86baf6751d5e46f05a242c809be5c318b2
1 change: 0 additions & 1 deletion build/arduino-builder-windows-1.2.0.zip.sha

This file was deleted.

1 change: 1 addition & 0 deletions build/arduino-builder-windows-1.2.1.zip.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3a0c9ac072f18c0cd04ec9027f2860faad4d736a
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</or>
</condition>

<property name="ARDUINO-BUILDER-VERSION" value="1.2.0" />
<property name="ARDUINO-BUILDER-VERSION" value="1.2.1" />

<!-- Libraries required for running arduino -->
<fileset dir=".." id="runtime.jars">
Expand Down

0 comments on commit 0fb04b3

Please sign in to comment.