diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-04-04 16:47:45 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-04-04 16:47:45 +0200 |
commit | 17d6824579f97ed595236ad73493bc55781bb39b (patch) | |
tree | 9f052833088f8fe1450684143122e2a1a72e4839 | |
parent | e896bfd983089afec35f0f6d556131e7215a78da (diff) | |
download | pdf-over-17d6824579f97ed595236ad73493bc55781bb39b.tar.gz pdf-over-17d6824579f97ed595236ad73493bc55781bb39b.tar.bz2 pdf-over-17d6824579f97ed595236ad73493bc55781bb39b.zip |
remove bundled jre from linux, kind of pointless (jre needed to install anyway)
-rw-r--r-- | jre-bundles/OpenJDK11U-jre_x64_linux_hotspot_11.0.14.1_1.tar.gz | bin | 42434630 -> 0 bytes | |||
-rw-r--r-- | pdf-over-gui/pom.xml | 2 |
2 files changed, 0 insertions, 2 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 Binary files differdeleted file mode 100644 index 933f7516..00000000 --- a/jre-bundles/OpenJDK11U-jre_x64_linux_hotspot_11.0.14.1_1.tar.gz +++ /dev/null diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index dda9803e..462aa3ed 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -486,8 +486,6 @@ </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> |