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
#15319

#14533

Partial commit for third_party/*, see #15347.

Signed-off-by: Sunil Gowroji <[email protected]>
  • Loading branch information
cushon authored and sgowroji committed Apr 28, 2022
1 parent 2ef7d6c commit 42e555e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 399 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
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.

Loading

0 comments on commit 42e555e

Please sign in to comment.