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
1 changed files with 2 additions and 2 deletions

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