# HG changeset patch # User lana # Date 1445478001 25200 # Node ID b25c5559727e8d45431b9b9727b5111597d0840e # Parent 16b4968f9bb8f34371b42c0ba483d76e91ba84d8# Parent 542040bb5990d2147ec3834e5b01bc6174dd366d Merge diff -r 16b4968f9bb8 -r b25c5559727e langtools/make/build.properties --- a/langtools/make/build.properties Wed Jul 05 20:54:58 2017 +0200 +++ b/langtools/make/build.properties Wed Oct 21 18:40:01 2015 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2007, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -47,11 +47,21 @@ boot.javac.target = 8 #configuration of submodules (share by both the bootstrap and normal compilation): -langtools.modules=java.compiler:jdk.compiler:jdk.jdeps:jdk.javadoc +langtools.modules=java.compiler:jdk.compiler:jdk.jdeps:jdk.javadoc:jdk.jshell:jdk.internal.le:jdk.jdi java.compiler.dependencies= jdk.compiler.dependencies=java.compiler jdk.javadoc.dependencies=java.compiler:jdk.compiler jdk.jdeps.dependencies=java.compiler:jdk.compiler +jdk.internal.le.dependencies= +jdk.jdi.dependencies= +jdk.jshell.dependencies=java.compiler:jdk.internal.le:jdk.compiler:jdk.jdi + +tool.javac.main.class=com.sun.tools.javac.Main +tool.javadoc.main.class=com.sun.tools.javadoc.Main +tool.javap.main.class=com.sun.tools.javap.Main +tool.javah.main.class=com.sun.tools.javah.Main +tool.sjavac.main.class=com.sun.tools.sjavac.Main +tool.jshell.main.class=jdk.internal.jshell.tool.JShellTool javac.resource.includes = \ com/sun/tools/javac/resources/compiler.properties diff -r 16b4968f9bb8 -r b25c5559727e langtools/make/build.xml --- a/langtools/make/build.xml Wed Jul 05 20:54:58 2017 +0200 +++ b/langtools/make/build.xml Wed Oct 21 18:40:01 2015 -0700 @@ -1,6 +1,6 @@