summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jre-bundles/OpenJDK11U-jre_x64_linux_hotspot_11.0.14.1_1.tar.gzbin0 -> 42434630 bytes
-rw-r--r--pdf-over-gui/pom.xml16
2 files changed, 2 insertions, 14 deletions
diff --git a/jre-bundles/OpenJDK11U-jre_x64_linux_hotspot_11.0.14.1_1.tar.gz b/jre-bundles/OpenJDK11U-jre_x64_linux_hotspot_11.0.14.1_1.tar.gz
new file mode 100644
index 00000000..933f7516
--- /dev/null
+++ b/jre-bundles/OpenJDK11U-jre_x64_linux_hotspot_11.0.14.1_1.tar.gz
Binary files differ
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>