< prev index next >

langtools/make/build.properties

Print this page

        

*** 45,60 **** boot.javac.lint.opts= boot.javac.source = 8 boot.javac.target = 8 #configuration of submodules (share by both the bootstrap and normal compilation): ! langtools.modules=java.base:java.compiler:jdk.compiler:jdk.dev:jdk.javadoc ! java.base.dependencies= ! java.compiler.dependencies=java.base ! jdk.compiler.dependencies=java.base:java.compiler ! jdk.javadoc.dependencies=java.base:java.compiler:jdk.compiler ! jdk.dev.dependencies=java.base:java.compiler:jdk.compiler javac.resource.includes = \ com/sun/tools/javac/resources/compiler.properties #test configuration: --- 45,59 ---- boot.javac.lint.opts= boot.javac.source = 8 boot.javac.target = 8 #configuration of submodules (share by both the bootstrap and normal compilation): ! langtools.modules=java.compiler:jdk.compiler:jdk.dev:jdk.javadoc ! java.compiler.dependencies= ! jdk.compiler.dependencies=java.compiler ! jdk.javadoc.dependencies=java.compiler:jdk.compiler ! jdk.dev.dependencies=java.compiler:jdk.compiler javac.resource.includes = \ com/sun/tools/javac/resources/compiler.properties #test configuration:
< prev index next >