# HG changeset patch # User lana # Date 1445537575 25200 # Node ID e0404c48dca772e03395e1f75a91bb094e80d87d # Parent 0cb7d3a940db769518fcd3f9a8339bdbbbf3434b# Parent e4755c76c052841626b1a1152ff188e338cefbb1 Merge diff -r 0cb7d3a940db -r e0404c48dca7 langtools/make/build.properties --- a/langtools/make/build.properties Thu Oct 22 08:47:52 2015 -0700 +++ b/langtools/make/build.properties Thu Oct 22 11:12:55 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 0cb7d3a940db -r e0404c48dca7 langtools/make/build.xml --- a/langtools/make/build.xml Thu Oct 22 08:47:52 2015 -0700 +++ b/langtools/make/build.xml Thu Oct 22 11:12:55 2015 -0700 @@ -1,6 +1,6 @@