Skip to content

Commit 0fb04b3

Browse files
author
Federico Fissore
committed
Updating arduino-builder to 1.2.1
1 parent 10e8480 commit 0fb04b3

10 files changed

+6
-6
lines changed

arduino-core/src/cc/arduino/Compiler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class Compiler implements MessageConsumer {
7070
tr("Multiple libraries were found for \"{0}\"");
7171
tr(" Not used: {0}");
7272
tr(" Used: {0}");
73-
tr("Library can't use both 'src' and 'utility' folders.");
73+
tr("Library can't use both 'src' and 'utility' folders. Double ckeck {0}");
7474
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).");
7575
tr("Looking for recipes like {0}*{1}");
7676
tr("Board {0}:{1}:{2} doesn''t define a ''build.board'' preference. Auto-set to: {3}");

build/arduino-builder-linux32-1.2.0.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
db7ab6808581289b15f91f5ad252d8d952c09fe6

build/arduino-builder-linux64-1.2.0.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1c817cddd29f9483c29ae0875614579e34ec5ae9

build/arduino-builder-macosx-1.2.0.tar.bz2.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5b29db86baf6751d5e46f05a242c809be5c318b2

build/arduino-builder-windows-1.2.0.zip.sha

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3a0c9ac072f18c0cd04ec9027f2860faad4d736a

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</or>
7272
</condition>
7373

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

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

0 commit comments

Comments
 (0)