langtools/make/build.properties
changeset 15368 2577ddb7e710
parent 15030 2d8dec41f029
child 15563 7f7adda30698
equal deleted inserted replaced
15367:31b57f2b8d0b 15368:2577ddb7e710
    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