equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
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.jdeps:jdk.javadoc |
50 langtools.modules=java.compiler:jdk.compiler:jdk.jdeps:jdk.javadoc:jdk.jshell:jdk.internal.le:jdk.jdi |
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.jdeps.dependencies=java.compiler:jdk.compiler |
54 jdk.jdeps.dependencies=java.compiler:jdk.compiler |
|
55 jdk.internal.le.dependencies= |
|
56 jdk.jdi.dependencies= |
|
57 jdk.jshell.dependencies=java.compiler:jdk.internal.le:jdk.compiler:jdk.jdi |
|
58 |
|
59 tool.javac.main.class=com.sun.tools.javac.Main |
|
60 tool.javadoc.main.class=com.sun.tools.javadoc.Main |
|
61 tool.javap.main.class=com.sun.tools.javap.Main |
|
62 tool.javah.main.class=com.sun.tools.javah.Main |
|
63 tool.sjavac.main.class=com.sun.tools.sjavac.Main |
|
64 tool.jshell.main.class=jdk.internal.jshell.tool.JShellTool |
55 |
65 |
56 javac.resource.includes = \ |
66 javac.resource.includes = \ |
57 com/sun/tools/javac/resources/compiler.properties |
67 com/sun/tools/javac/resources/compiler.properties |
58 |
68 |
59 #test configuration: |
69 #test configuration: |