mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Commenting out the JDK download from the Processing site.
This commit is contained in:
@ -427,9 +427,9 @@
|
|||||||
<target name="windows-dist" depends="windows-build"
|
<target name="windows-dist" depends="windows-build"
|
||||||
description="Create .zip files of windows version">
|
description="Create .zip files of windows version">
|
||||||
|
|
||||||
<get src="http://dev.processing.org/build/jre-tools-6u18-windows-i586.zip"
|
<!--get src="http://dev.processing.org/build/jre-tools-6u18-windows-i586.zip"
|
||||||
dest="windows/jre.zip"
|
dest="windows/jre.zip"
|
||||||
usetimestamp="true" />
|
usetimestamp="true" /-->
|
||||||
|
|
||||||
<unzip dest="windows/work" src="windows/jre.zip" overwrite="false"/>
|
<unzip dest="windows/work" src="windows/jre.zip" overwrite="false"/>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user