diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-04-04 14:46:43 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-04-04 14:46:43 +0200 |
commit | e09c0dbecb2c65ed36a4b81f88c6ffdf7ca18b8e (patch) | |
tree | db3e179f309fb350f1a525b809f80916156db4a3 /pdf-over-gui | |
parent | 327ec8aa639ceab66b73f90bbffc0d8fca6ce49a (diff) | |
download | pdf-over-e09c0dbecb2c65ed36a4b81f88c6ffdf7ca18b8e.tar.gz pdf-over-e09c0dbecb2c65ed36a4b81f88c6ffdf7ca18b8e.tar.bz2 pdf-over-e09c0dbecb2c65ed36a4b81f88c6ffdf7ca18b8e.zip |
add bundled JRE to linux
Diffstat (limited to 'pdf-over-gui')
-rw-r--r-- | pdf-over-gui/pom.xml | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 30be24b5..0e201cca 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -480,11 +480,12 @@ <activation> <os> <name>linux</name> - <arch>amd64</arch> </os> </activation> <properties> <swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId> + <bundled-jre.archiveName>OpenJDK11U-jre_x64_linux_hotspot_11.0.14.1_1.tar.gz</bundled-jre.archiveName> + <bundled-jre.nameInArchive>jdk-11.0.14.1+1-jre</bundled-jre.nameInArchive> <target.name>linux</target.name> </properties> </profile> @@ -502,19 +503,6 @@ <target.name>windows</target.name> </properties> </profile> - <profile> - <id>linux</id> - <activation> - <os> - <name>linux</name> - <arch>x86</arch> - </os> - </activation> - <properties> - <swt.artifactId>org.eclipse.swt.gtk.linux.x86_64</swt.artifactId> - <target.name>linux</target.name> - </properties> - </profile> |