mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Removed jre.zip from windows: is now downloaded at "dist" time
Upgraded bundled java to version 7u40 (latest stable): closes #1405
This commit is contained in:
parent
9a10a22bc3
commit
d4fd836853
@ -712,9 +712,7 @@
|
||||
<target name="windows-dist" depends="windows-build"
|
||||
description="Create .zip files of windows version">
|
||||
|
||||
<!--get src="http://dev.processing.org/build/jre-tools-6u18-windows-i586.zip"
|
||||
dest="windows/jre.zip"
|
||||
usetimestamp="true" /-->
|
||||
<get src="http://downloads.arduino.cc/jre_7u40_windows_i586.zip" dest="windows/jre.zip" usetimestamp="true" />
|
||||
|
||||
<unzip dest="windows/work" src="windows/jre.zip" overwrite="false"/>
|
||||
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user