File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 <property name =" jdk.esoteric" value =" 1.${ jdk.version } .0_${ jdk.update } " />
5555
5656 <!-- Figure out the JRE download location for Linux and Windows. -->
57+ <!--
5758 <condition property="jre.file"
5859 value="jre-${jdk.short}-${platform}-i586.tar.gz">
5960 <equals arg1="${sun.arch.data.model}" arg2="32" />
6263 value="jre-${jdk.short}-${platform}-x64.tar.gz">
6364 <equals arg1="${sun.arch.data.model}" arg2="64" />
6465 </condition>
65-
66- <!-- for the full name from processing.org/downloads -->
67- <condition property =" jre.download"
68- value =" ${ jdk.short } -${ platform } -i586.tar.gz" >
69- <equals arg1=" ${ sun.arch.data.model } " arg2=" 32" />
70- </condition >
71- <condition property =" jre.download"
72- value =" ${ jdk.short } -${ platform } -x64.tar.gz" >
73- <equals arg1=" ${ sun.arch.data.model } " arg2=" 64" />
74- </condition >
66+ -->
7567
7668 <!-- for use with the Ant Task -->
7769 <condition property =" jre.downloader"
You can’t perform that action at this time.
0 commit comments