Skip to content

Commit 70e4c35

Browse files
author
Federico Fissore
committed
Upgrading to astyle 2.04: see changes at http://astyle.sourceforge.net/notes.html
1 parent d002c3e commit 70e4c35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build/build.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@
265265
<fileset dir="macosx/work/${staging_hardware_folder}/tools" includes="**/man"/>
266266
</delete>
267267

268-
<get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="macosx" usetimestamp="true" skipexisting="true"/>
269-
<unzip src="macosx/libastylej-2.03.zip" dest="macosx" overwrite="true"/>
268+
<get src="http://downloads.arduino.cc/libastylej-2.04.zip" dest="macosx" usetimestamp="true" skipexisting="true"/>
269+
<unzip src="macosx/libastylej-2.04.zip" dest="macosx" overwrite="true"/>
270270
<copy file="macosx/libastylej/libastylej.jnilib" todir="macosx/work/Arduino.app/Contents/Resources/Java/lib/" />
271271
<chmod perm="755" file="macosx/work/Arduino.app/Contents/Resources/Java/lib/libastylej.jnilib" />
272272
</target>
@@ -480,8 +480,8 @@
480480
<copy todir="linux/work" file="linux/dist/arduino" />
481481
<chmod perm="755" file="linux/work/arduino" />
482482

483-
<get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="linux" usetimestamp="true" skipexisting="true" />
484-
<unzip src="linux/libastylej-2.03.zip" dest="linux" overwrite="true"/>
483+
<get src="http://downloads.arduino.cc/libastylej-2.04.zip" dest="linux" usetimestamp="true" skipexisting="true" />
484+
<unzip src="linux/libastylej-2.04.zip" dest="linux" overwrite="true"/>
485485
<copy file="linux/libastylej/libastylej${arch-bits}.so" tofile="linux/work/lib/libastylej.so" />
486486
<chmod perm="755" file="linux/work/lib/libastylej.so" />
487487
</target>
@@ -741,8 +741,8 @@
741741
<param name="file_arch" value="win32" />
742742
</antcall>
743743

744-
<get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="windows" usetimestamp="true" skipexisting="true" />
745-
<unzip src="windows/libastylej-2.03.zip" dest="windows" overwrite="true"/>
744+
<get src="http://downloads.arduino.cc/libastylej-2.04.zip" dest="windows" usetimestamp="true" skipexisting="true" />
745+
<unzip src="windows/libastylej-2.04.zip" dest="windows" overwrite="true"/>
746746
<copy file="windows/libastylej/AStylej.dll" todir="windows/work/lib" />
747747

748748
<!-- Copy bossac.exe tool -->

0 commit comments

Comments
 (0)