Skip to content

Commit

Permalink
Remove custom jdk_compiler and java_compiler jars
Browse files Browse the repository at this point in the history
This is the third_party part of 18c17da

#14533

Partial commit for third_party/*, see #15322.

Signed-off-by: Yun Peng <[email protected]>
  • Loading branch information
cushon authored and meteorcloudy committed Apr 26, 2022
1 parent f242fef commit 6ad6de9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions third_party/java/jdk/langtools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,16 @@ filegroup(
srcs = [
"BUILD",
"LICENSE",
"java_compiler.jar",
"java_compiler-src.jar",
"javac-9+181-r4173-1.jar",
"javac-9+181-r4173-1.srcjar",
"jdk_compiler.jar",
"jdk_compiler-src.jar",
],
)

filegroup(
name = "license-and-srcs",
srcs = [
"LICENSE",
"java_compiler-src.jar",
"javac-9+181-r4173-1.srcjar",
"jdk_compiler-src.jar",
],
)

Expand All @@ -42,13 +36,3 @@ filegroup(
name = "javac_jar",
srcs = ["javac-9+181-r4173-1.jar"],
)

filegroup(
name = "jdk_compiler_jar",
srcs = ["jdk_compiler.jar"],
)

filegroup(
name = "java_compiler_jar",
srcs = ["java_compiler.jar"],
)
Binary file not shown.
Binary file removed third_party/java/jdk/langtools/java_compiler.jar
Binary file not shown.
Binary file removed third_party/java/jdk/langtools/jdk_compiler-src.jar
Binary file not shown.
Binary file removed third_party/java/jdk/langtools/jdk_compiler.jar
Binary file not shown.

0 comments on commit 6ad6de9

Please sign in to comment.