diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-03-21 11:20:20 +0100 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-03-21 11:20:20 +0100 |
commit | 48637f7158b03ebe42e483692f3c50fdda347dd7 (patch) | |
tree | 8eaae2a9a7b0148275946e0bd6fca5c78862878c | |
parent | 43fcdc64fb35ad1ff473bf58fb8ebceaa3701463 (diff) | |
download | pdf-over-48637f7158b03ebe42e483692f3c50fdda347dd7.tar.gz pdf-over-48637f7158b03ebe42e483692f3c50fdda347dd7.tar.bz2 pdf-over-48637f7158b03ebe42e483692f3c50fdda347dd7.zip |
bump izpack jdk requirement to 1.8
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/install.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index dcc43a1a..457fb083 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/pdf-over-gui/src/main/resources/izpack/install.xml @@ -5,7 +5,8 @@ <info>
<appname>PDF-Over</appname>
<appversion>4.3.2</appversion>
-<!-- <javaversion>1.7</javaversion> -->
+ <javaversion>1.8</javaversion>
+ <requiresjdk>yes</requiresjdk>
<authors>
<author name="A-SIT (Secure Information Technology Center - Austria)" email="" />
</authors>
|