* use jdk1.8.0_45

This commit is contained in:
Reinhard Pointner 2015-05-04 15:45:47 +00:00
parent 1e34ee5499
commit aec0ff466e
1 changed files with 2 additions and 2 deletions

View File

@ -364,9 +364,9 @@
<target name="ubuntu-debsrc" depends="svn-update, fatjar">
<property name="jre.version" value="jdk-8u45" />
<property name="jre.dir" value="${basedir}/jre" />
<property name="jre.version" value="jdk-8u31" />
<property name="path.tarbin" location="${dir.dist}/filebot-${version}-tarbin.tar.gz" />
<property name="path.debsrc" location="${dir.dist}/filebot-${version}-debsrc.tar.gz" />
<property name="dir.debsrc" location="${dir.dist}/debian-source-package/filebot/filebot-${version}" />