Skip to content

Commit

Permalink
Remove javac jars
Browse files Browse the repository at this point in the history
This is the third_party part of
bazelbuild#15319

bazelbuild#14533
  • Loading branch information
cushon committed Apr 26, 2022
1 parent 91f8421 commit 020967c
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 403 deletions.
7 changes: 3 additions & 4 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ filegroup(
"//third_party/java/jacoco:srcs",
"//third_party/java/javapoet:srcs",
"//third_party/java/jcommander:srcs",
"//third_party/java/jdk/langtools:srcs",
"//third_party/java/proguard:srcs",
"//third_party/javascript/bootstrap:srcs",
"//third_party/jaxb:srcs",
Expand Down Expand Up @@ -500,7 +499,7 @@ distrib_jar_filegroup(
distrib_jar_filegroup(
name = "guava-failureaccess-jar",
srcs = [
"guava/failureaccess-1.0.1.jar",
"guava/failureaccess-1.0.1.jar",
],
enable_distributions = ["debian"],
)
Expand Down Expand Up @@ -633,8 +632,8 @@ distrib_java_import(
name = "netty_tcnative",
enable_distributions = ["debian"],
jars = [
"netty_tcnative/netty-tcnative-classes-2.0.51.Final.jar",
":netty_tcnative/netty-tcnative-filtered.jar",
"netty_tcnative/netty-tcnative-classes-2.0.51.Final.jar",
":netty_tcnative/netty-tcnative-filtered.jar",
],
)

Expand Down
2 changes: 0 additions & 2 deletions third_party/ijar/test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ sh_test(
"$(JAVABASE)/bin/jar",
"$(JAVABASE)/bin/javap",
"$(location //third_party/ijar)",
"$(location //third_party/java/jdk/langtools:javac_jar)",
# We assume unzip and zip to be on the path
"unzip",
"zip",
Expand Down Expand Up @@ -48,7 +47,6 @@ sh_test(
# wrong.
"libwrongcentraldir.jar",
"@bazel_tools//tools/jdk:current_java_runtime",
"//third_party/java/jdk/langtools:javac_jar",
],
shard_count = 5,
tags = ["zip"],
Expand Down
2 changes: 0 additions & 2 deletions third_party/ijar/test/ijar_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ JAVAP=$1
shift
IJAR=$1
shift
LANGTOOLS8=$1
shift
UNZIP=$1
shift
ZIP=$1
Expand Down
10 changes: 0 additions & 10 deletions third_party/java/jdk/README.md

This file was deleted.

38 changes: 0 additions & 38 deletions third_party/java/jdk/langtools/BUILD

This file was deleted.

347 changes: 0 additions & 347 deletions third_party/java/jdk/langtools/LICENSE

This file was deleted.

Binary file not shown.
Binary file not shown.

0 comments on commit 020967c

Please sign in to comment.