make/build.properties

changeset 1504
22e417cdddee
parent 1472
0c244701188e
child 1540
55cca2f38ee6
equal deleted inserted replaced
1503:2d2b2be57c78 1504:22e417cdddee
27 # The bootstrap javac is used to compile both boostrap versions of the 27 # The bootstrap javac is used to compile both boostrap versions of the
28 # other tools, and product versions of all the tools. 28 # other tools, and product versions of all the tools.
29 # Override this path as needed, either on the command line or in 29 # Override this path as needed, either on the command line or in
30 # one of the standard user build.properties files (see build.xml) 30 # one of the standard user build.properties files (see build.xml)
31 31
32 # boot.java.home = /opt/jdk/1.6.0 32 # boot.java.home = /opt/jdk/1.7.0
33 boot.java = ${boot.java.home}/bin/java 33 boot.java = ${boot.java.home}/bin/java
34 boot.javac = ${boot.java.home}/bin/javac 34 boot.javac = ${boot.java.home}/bin/javac
35 boot.javac.source = 6 35 boot.javac.source = 7
36 boot.javac.target = 6 36 boot.javac.target = 7
37 37
38 # This is the JDK used to run the product version of the tools, 38 # This is the JDK used to run the product version of the tools,
39 # for example, for testing. If you're building a complete JDK, specify that. 39 # for example, for testing. If you're building a complete JDK, specify that.
40 # Override this path as needed, either on the command line or in 40 # Override this path as needed, either on the command line or in
41 # one of the standard user build.properties files (see build.xml) 41 # one of the standard user build.properties files (see build.xml)
42 42
43 # target.java.home = /opt/jdk/1.7.0 43 # target.java.home = /opt/jdk/1.8.0
44 target.java = ${target.java.home}/bin/java 44 target.java = ${target.java.home}/bin/java
45 45
46 # Version info -- override as needed 46 # Version info -- override as needed
47 jdk.version = 1.7.0 47 jdk.version = 1.7.0
48 build.number = b00 48 build.number = b00
159 javap.tests = \ 159 javap.tests = \
160 tools/javap/ 160 tools/javap/
161 161
162 # 162 #
163 163
164 sjavac.includes = \
165 com/sun/tools/sjavac/
166
167 sjavac.tests = \
168 tools/sjavac
169
170 #
171
164 # The following files require the latest JDK to be available. 172 # The following files require the latest JDK to be available.
165 # The API can be provided by using a suitable boot.java.home 173 # The API can be provided by using a suitable boot.java.home
166 # or by setting import.jdk 174 # or by setting import.jdk
167 require.latest.jdk.files = \ 175 require.latest.jdk.files = \
168 com/sun/tools/javac/nio/*.java 176 com/sun/tools/javac/nio/*.java

mercurial