adoptium / installer

Installer scripts for Eclipse Temurin binaries
Apache License 2.0
149 stars 75 forks source link

add javadoc subpackages #927

Open judovana opened 3 months ago

judovana commented 3 months ago

Fedora rpms have java-xyz-openjdk-javadoc and java-xyz-openjdk-javadoc-zip suboakcages. While readning https://github.com/adoptium/installer/issues/814 ; I realised temurin rpms do not have this The java-xyz-openjdk-javadoc-zip ( which contains still the same javadoc, only in zip) exists next to plain java-xyz-openjdk-javadoc, because a zip with docs is much more easily indexable by IDEs

This will be currently lost with migration to temurin jdk, but it is very minor I think.