diff options
Diffstat (limited to 'pdf-over-gui/pom.xml')
-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> |