Add oraclejdk and oraclejre attributes for packages that want to use them

This commit is contained in:
Shea Levy 2012-08-27 14:15:57 -04:00
parent bc8b1376da
commit 8c128db32e

View File

@ -2366,6 +2366,10 @@ let
then openjre
else jdkdistro false false;
oraclejdk = jdkdistro true false;
oraclejre = jdkdistro false false;
jrePlugin = lowPrio (jdkdistro false true);
supportsJDK =