equal
deleted
inserted
replaced
45 boot.javac.lint.opts= |
45 boot.javac.lint.opts= |
46 boot.javac.source = 8 |
46 boot.javac.source = 8 |
47 boot.javac.target = 8 |
47 boot.javac.target = 8 |
48 |
48 |
49 #configuration of submodules (share by both the bootstrap and normal compilation): |
49 #configuration of submodules (share by both the bootstrap and normal compilation): |
50 langtools.modules=java.compiler:jdk.compiler:jdk.dev:jdk.javadoc |
50 langtools.modules=java.compiler:jdk.compiler:jdk.jdeps:jdk.javadoc |
51 java.compiler.dependencies= |
51 java.compiler.dependencies= |
52 jdk.compiler.dependencies=java.compiler |
52 jdk.compiler.dependencies=java.compiler |
53 jdk.javadoc.dependencies=java.compiler:jdk.compiler |
53 jdk.javadoc.dependencies=java.compiler:jdk.compiler |
54 jdk.dev.dependencies=java.compiler:jdk.compiler |
54 jdk.jdeps.dependencies=java.compiler:jdk.compiler |
55 |
55 |
56 javac.resource.includes = \ |
56 javac.resource.includes = \ |
57 com/sun/tools/javac/resources/compiler.properties |
57 com/sun/tools/javac/resources/compiler.properties |
58 |
58 |
59 #test configuration: |
59 #test configuration: |