Skip to content

Commit 605bb90

Browse files
committed
Commenting out the JDK download from the Processing site.
1 parent 722b93d commit 605bb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,9 @@
427427
<target name="windows-dist" depends="windows-build"
428428
description="Create .zip files of windows version">
429429

430-
<get src="http://dev.processing.org/build/jre-tools-6u18-windows-i586.zip"
430+
<!--get src="http://dev.processing.org/build/jre-tools-6u18-windows-i586.zip"
431431
dest="windows/jre.zip"
432-
usetimestamp="true" />
432+
usetimestamp="true" /-->
433433

434434
<unzip dest="windows/work" src="windows/jre.zip" overwrite="false"/>
435435

0 commit comments

Comments
 (0)