make/build.properties

changeset 1868
97e798c06804
parent 1540
55cca2f38ee6
child 2134
b0c086cd4520
     1.1 --- a/make/build.properties	Thu Jun 27 11:46:23 2013 -0700
     1.2 +++ b/make/build.properties	Thu Jun 27 12:42:47 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -44,7 +44,7 @@
    1.11  target.java = ${target.java.home}/bin/java
    1.12  
    1.13  # Version info -- override as needed
    1.14 -jdk.version = 1.7.0
    1.15 +jdk.version = 1.8.0
    1.16  build.number = b00
    1.17  milestone = internal
    1.18  
    1.19 @@ -60,8 +60,8 @@
    1.20  bootstrap.full.version = ${bootstrap.release}-${build.number}
    1.21  
    1.22  # options for the <javac> tasks used to compile the tools
    1.23 -javac.source = 7
    1.24 -javac.target = 7
    1.25 +javac.source = 8
    1.26 +javac.target = 8
    1.27  javac.debug = true
    1.28  javac.debuglevel = source,lines
    1.29  javac.no.jdk.warnings = -XDignore.symbol.file=true

mercurial