diff options
author | jek3 <none@none> | 2006-10-06 23:22:32 -0700 |
---|---|---|
committer | jek3 <none@none> | 2006-10-06 23:22:32 -0700 |
commit | 49bbeda66afe3efc0343886143bc21063a011474 (patch) | |
tree | 2df85eb261af02264b6609d4dfb51dd8c32a6ed9 /usr/src/cmd/java/default_java | |
parent | b835471ef432a1cfa4d14312be748ee3e239d9ad (diff) | |
download | illumos-gate-49bbeda66afe3efc0343886143bc21063a011474.tar.gz |
6460547 Java SE 6 should be the default in Nevada.
Diffstat (limited to 'usr/src/cmd/java/default_java')
-rw-r--r-- | usr/src/cmd/java/default_java | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr/src/cmd/java/default_java b/usr/src/cmd/java/default_java index 930e63198d..b80dbfed3c 100644 --- a/usr/src/cmd/java/default_java +++ b/usr/src/cmd/java/default_java @@ -1,13 +1,12 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -28,5 +27,5 @@ # # Shell syntax. # -DEFAULT_MIN=1.5 -DEFAULT_MAX=1.5 +DEFAULT_MIN=1.6 +DEFAULT_MAX=1.6 |