Skip to content

Commit

Permalink
Clean up aliases after javac upgrade
Browse files Browse the repository at this point in the history
Change-Id: Iec9ded10a3a3c9562897090fcb7a1c01119676f7
  • Loading branch information
cushon authored and damienmg committed May 11, 2017
1 parent 7ae9469 commit 187fd34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
12 changes: 0 additions & 12 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,6 @@ java_import(
],
)

# TODO(cushon): delete
alias(
name = "error_prone-2.0.20-SNAPSHOT",
actual = ":error_prone",
)

java_import(
name = "error_prone",
jars = [
Expand Down Expand Up @@ -397,12 +391,6 @@ filegroup(
],
)

# TODO(cushon): delete
alias(
name = "bootstrap_guava_and_error_prone-jars-2.0.20-SNAPSHOT",
actual = "bootstrap_guava_and_error_prone-jars",
)

# As of Guava 20.0, Guava code uses Error Prone annotations. This isn't a
# problem when compiling with java 8, but is a problem when compiling Bazel
# with java 7 (the Error Prone jars need to be on the javac classpath). So,
Expand Down
18 changes: 0 additions & 18 deletions third_party/java/jdk/langtools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,6 @@ filegroup(
}),
)

# TODO(cushon): delete
alias(
name = "test-srcs-9-dev-r4023-2",
actual = ":test-srcs",
)

# TODO(cushon): delete
alias(
name = "javac-9-dev-r4023-2",
actual = ":javac",
)

# TODO(cushon): delete
alias(
name = "javac_jar-9-dev-r4023-2",
actual = ":javac_jar",
)

java_import(
name = "javac7",
jars = ["javac7.jar"],
Expand Down

0 comments on commit 187fd34

Please sign in to comment.