# HG changeset patch
# User jlahoda
# Date 1525878869 -7200
# Node ID 54eda3aad6dd3e11ec84f58ab40ef578604b68d4
# Parent 758deedaae8406ae60147486107a54e9864aa7b0
8202843: langtools ant build fails
Summary: Using default -source/-target settings when building langtools using the developer ant build.
Reviewed-by: mcimadamore
diff -r 758deedaae84 -r 54eda3aad6dd make/langtools/build.properties
--- a/make/langtools/build.properties Wed May 09 13:37:05 2018 +0200
+++ b/make/langtools/build.properties Wed May 09 17:14:29 2018 +0200
@@ -24,9 +24,7 @@
#
#javac configuration for "normal build" (these will be passed to the bootstrap compiler):
-javac.opts = -XDignore.symbol.file=true -Xlint:all,-deprecation,-options,-exports -Werror -g:source,lines,vars
-javac.source = 9
-javac.target = 9
+javac.opts = -XDignore.symbol.file=true -Xlint:all,-deprecation,-exports -Werror -g:source,lines,vars
#version used to compile build tools
javac.build.opts = -XDignore.symbol.file=true -Xlint:all,-deprecation,-options -Werror -g:source,lines,vars
diff -r 758deedaae84 -r 54eda3aad6dd make/langtools/build.xml
--- a/make/langtools/build.xml Wed May 09 13:37:05 2018 +0200
+++ b/make/langtools/build.xml Wed May 09 17:14:29 2018 +0200
@@ -232,7 +232,6 @@
${source.files}
-