Skip to content

Commit a9011ad

Browse files
committed
Remove unused properties in build.xml
Trivial cleanup.
1 parent cdf11ac commit a9011ad

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

build/build.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
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" />
@@ -62,16 +63,7 @@
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"

0 commit comments

Comments
 (0)