|
265 | 265 | <fileset dir="macosx/work/${staging_hardware_folder}/tools" includes="**/man"/>
|
266 | 266 | </delete>
|
267 | 267 |
|
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"/> |
270 | 270 | <copy file="macosx/libastylej/libastylej.jnilib" todir="macosx/work/Arduino.app/Contents/Resources/Java/lib/" />
|
271 | 271 | <chmod perm="755" file="macosx/work/Arduino.app/Contents/Resources/Java/lib/libastylej.jnilib" />
|
272 | 272 | </target>
|
|
480 | 480 | <copy todir="linux/work" file="linux/dist/arduino" />
|
481 | 481 | <chmod perm="755" file="linux/work/arduino" />
|
482 | 482 |
|
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"/> |
485 | 485 | <copy file="linux/libastylej/libastylej${arch-bits}.so" tofile="linux/work/lib/libastylej.so" />
|
486 | 486 | <chmod perm="755" file="linux/work/lib/libastylej.so" />
|
487 | 487 | </target>
|
|
741 | 741 | <param name="file_arch" value="win32" />
|
742 | 742 | </antcall>
|
743 | 743 |
|
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"/> |
746 | 746 | <copy file="windows/libastylej/AStylej.dll" todir="windows/work/lib" />
|
747 | 747 |
|
748 | 748 | <!-- Copy bossac.exe tool -->
|
|
0 commit comments