1
0
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:
David A. Mellis
2010-08-30 00:23:47 +00:00
parent 722b93dce4
commit 605bb90609

View File

@ -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"/>