Browse Source

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 years ago
parent
commit
77898cde13
1 changed files with 4 additions and 0 deletions
  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