Skip to content

Commit e985805

Browse files
committed
couple more of these
1 parent 82aca10 commit e985805

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@
752752
<arg value="-xzpf" />
753753
-->
754754
<arg value="xfz" />
755-
<arg value="jre.tgz"/>
755+
<arg value="${jre.tgz.path}"/>
756756
</exec>
757757

758758
<!--
@@ -990,7 +990,7 @@
990990
since those shouldn't matter on Windows. -->
991991
<untar compression="gzip"
992992
dest="windows/work"
993-
src="windows/jre.tgz"
993+
src="${jre.tgz.path}"
994994
overwrite="false" />
995995
<move file="windows/work/jre${jdk.esoteric}"
996996
tofile="windows/work/java" />

0 commit comments

Comments
 (0)