Skip to content

Commit 1090fac

Browse files
committed
[REMOVEME] make the IDE happy
1 parent 62a84bb commit 1090fac

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: build/build.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
<property name="LIBLISTSERIAL-VERSION" value="1.1.4" />
9494
<property name="AVRGCC-VERSION" value="4.9.2-atmel3.5.3-arduino2" />
9595
<property name="AVRDUDE-VERSION" value="6.3.0-arduino3" />
96+
<property name="AVRDUDE-VERSION-FAKE" value="6.3.0-arduino2" />
9697

9798
<!-- Libraries required for running arduino -->
9899
<fileset dir=".." id="runtime.jars">
@@ -495,7 +496,7 @@
495496
<param name="gcc_archive_file" value="avr-gcc-${AVRGCC-VERSION}-i386-apple-darwin11.tar.bz2"/>
496497
<param name="gcc_version" value="${AVRGCC-VERSION}"/>
497498
<param name="avrdude_archive_file" value="avrdude-${AVRDUDE-VERSION}-i386-apple-darwin11.tar.bz2"/>
498-
<param name="avrdude_version" value="${AVRDUDE-VERSION}"/>
499+
<param name="avrdude_version" value="${AVRDUDE-VERSION-FAKE}"/>
499500
</antcall>
500501

501502
<chmod perm="+x">
@@ -720,7 +721,7 @@
720721
<param name="gcc_archive_file" value="avr-gcc-${AVRGCC-VERSION}-armhf-pc-linux-gnu.tar.bz2"/>
721722
<param name="gcc_version" value="${AVRGCC-VERSION}"/>
722723
<param name="avrdude_archive_file" value="avrdude-${AVRDUDE-VERSION}-armhf-pc-linux-gnu.tar.bz2"/>
723-
<param name="avrdude_version" value="${AVRDUDE-VERSION}"/>
724+
<param name="avrdude_version" value="${AVRDUDE-VERSION-FAKE}"/>
724725
</antcall>
725726

726727
<antcall target="package-library-index-json-bundle"/>
@@ -752,7 +753,7 @@
752753
<param name="gcc_archive_file" value="avr-gcc-${AVRGCC-VERSION}-i686-pc-linux-gnu.tar.bz2"/>
753754
<param name="gcc_version" value="${AVRGCC-VERSION}"/>
754755
<param name="avrdude_archive_file" value="avrdude-${AVRDUDE-VERSION}-i686-pc-linux-gnu.tar.bz2"/>
755-
<param name="avrdude_version" value="${AVRDUDE-VERSION}"/>
756+
<param name="avrdude_version" value="${AVRDUDE-VERSION-FAKE}"/>
756757
</antcall>
757758

758759
<antcall target="package-library-index-json-bundle"/>
@@ -784,7 +785,7 @@
784785
<param name="gcc_archive_file" value="avr-gcc-${AVRGCC-VERSION}-x86_64-pc-linux-gnu.tar.bz2"/>
785786
<param name="gcc_version" value="${AVRGCC-VERSION}"/>
786787
<param name="avrdude_archive_file" value="avrdude-${AVRDUDE-VERSION}-x86_64-pc-linux-gnu.tar.bz2"/>
787-
<param name="avrdude_version" value="${AVRDUDE-VERSION}"/>
788+
<param name="avrdude_version" value="${AVRDUDE-VERSION-FAKE}"/>
788789
</antcall>
789790

790791
<antcall target="package-library-index-json-bundle"/>
@@ -1072,7 +1073,7 @@
10721073
<param name="gcc_archive_file" value="avr-gcc-${AVRGCC-VERSION}-i686-mingw32.zip"/>
10731074
<param name="gcc_version" value="${AVRGCC-VERSION}"/>
10741075
<param name="avrdude_archive_file" value="avrdude-${AVRDUDE-VERSION}-i686-w64-mingw32.zip"/>
1075-
<param name="avrdude_version" value="${AVRDUDE-VERSION}"/>
1076+
<param name="avrdude_version" value="${AVRDUDE-VERSION-FAKE}"/>
10761077
</antcall>
10771078

10781079
<antcall target="package-library-index-json-bundle"/>

0 commit comments

Comments
 (0)