|
260 | 260 | <fileset dir="macosx/work/Arduino.app/Contents/Resources/Java/hardware/tools" includes="**/man"/> |
261 | 261 | </delete> |
262 | 262 |
|
263 | | - <get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="macosx" usetimestamp="true" /> |
| 263 | + <get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="macosx" usetimestamp="true" skipexisting="true"/> |
264 | 264 | <unzip src="macosx/libastylej-2.03.zip" dest="macosx" overwrite="true"/> |
265 | 265 | <copy file="macosx/libastylej/libastylej.jnilib" todir="macosx/work/Arduino.app/Contents/Resources/Java/lib/" /> |
266 | 266 | <chmod perm="755" file="macosx/work/Arduino.app/Contents/Resources/Java/lib/libastylej.jnilib" /> |
|
476 | 476 | <copy todir="linux/work" file="linux/dist/arduino" /> |
477 | 477 | <chmod perm="755" file="linux/work/arduino" /> |
478 | 478 |
|
479 | | - <get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="linux" usetimestamp="true" /> |
| 479 | + <get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="linux" usetimestamp="true" skipexisting="true" /> |
480 | 480 | <unzip src="linux/libastylej-2.03.zip" dest="linux" overwrite="true"/> |
481 | 481 | <copy file="linux/libastylej/libastylej${arch-bits}.so" tofile="linux/work/lib/libastylej.so" /> |
482 | 482 | <chmod perm="755" file="linux/work/lib/libastylej.so" /> |
|
671 | 671 | <fileset file="windows/eeprom.h" /> |
672 | 672 | </copy> |
673 | 673 |
|
674 | | - <get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="windows" usetimestamp="true" /> |
| 674 | + <get src="http://downloads.arduino.cc/libastylej-2.03.zip" dest="windows" usetimestamp="true" skipexisting="true" /> |
675 | 675 | <unzip src="windows/libastylej-2.03.zip" dest="windows" overwrite="true"/> |
676 | 676 | <copy file="windows/libastylej/AStylej.dll" todir="windows/work/lib" /> |
677 | 677 |
|
|
728 | 728 | <target name="windows-dist" depends="windows-build" |
729 | 729 | description="Create .zip files of windows version"> |
730 | 730 |
|
731 | | - <get src="http://downloads.arduino.cc/jre_7u40_windows_i586.zip" dest="windows/jre.zip" usetimestamp="true" /> |
| 731 | + <get src="http://downloads.arduino.cc/jre_7u40_windows_i586.zip" dest="windows/jre.zip" usetimestamp="true" skipexisting="true" /> |
732 | 732 |
|
733 | 733 | <unzip dest="windows/work" src="windows/jre.zip" overwrite="false"/> |
734 | 734 |
|
|
0 commit comments