aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/jdk/langtools/BUILD
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2017-02-16 10:55:03 +0100
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-02-16 10:55:03 +0100
commit89cc544beb53a6de970a17425483e0fa7ed48b41 (patch)
tree2d487b25bf9981d4e77d90c831cf70d3ef3766c8 /third_party/java/jdk/langtools/BUILD
parentefe4a6d889d6a6f563a1d492530f13351ce4eef7 (diff)
Revert "Add javac-9-dev-r3297-3"
This reverts commit efe4a6d889d6a6f563a1d492530f13351ce4eef7. This commit broke several downstream project with a bug in the Java compiler, see http://ci.bazel.io/job/intellij-clion/78/BAZEL_VERSION=HEAD,PLATFORM_NAME=linux-x86_64/console
Diffstat (limited to 'third_party/java/jdk/langtools/BUILD')
-rw-r--r--third_party/java/jdk/langtools/BUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/java/jdk/langtools/BUILD b/third_party/java/jdk/langtools/BUILD
index 579adf4256..b529d2a45d 100644
--- a/third_party/java/jdk/langtools/BUILD
+++ b/third_party/java/jdk/langtools/BUILD
@@ -19,22 +19,22 @@ filegroup(
"//conditions:default": [
"BUILD",
"LICENSE",
- "javac-9-dev-r3297-3.jar",
- "javac-9-dev-r3297-3.srcjar",
+ "javac-9-dev-r3297-1.jar",
+ "javac-9-dev-r3297-1.srcjar",
],
}),
)
java_import(
name = "javac",
- jars = ["javac-9-dev-r3297-3.jar"],
+ jars = ["javac-9-dev-r3297-1.jar"],
)
filegroup(
name = "javac_jar",
srcs = select({
"//tools/jdk:jdk7": ["javac7.jar"],
- "//conditions:default": ["javac-9-dev-r3297-3.jar"],
+ "//conditions:default": ["javac-9-dev-r3297-1.jar"],
}),
)