Sfoglia il codice sorgente

Added a Readme explaning a bit about JDK Packaging, which I just found in my working dir, which got lost a long time ago.

MeFisto94 5 anni fa
parent
commit
77898cde13
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      nbi/stub/ext/infra/build/products/jdk/README

+ 4 - 0
nbi/stub/ext/infra/build/products/jdk/README

@@ -0,0 +1,4 @@
+In case you are wondering:
+The JDK is packaged for all platforms, only on OS it has to be a special installer item instead of a "bundled JDK", which works on all other platforms. This is (was?) a quirk in the NBI installer. 
+
+See #150