From b043fafb957ae8038088e427ff27a5c9f951c979 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 7 Nov 2016 11:15:09 +0000 Subject: Rollback of commit a396b070ae36032a973672e11145533621c39edc. *** Reason for rollback *** Breaks tests on latest, as proto_lang_toolchain didn't make it into the 0.4.0 release see http://ci.bazel.io/job/bazel-tests/306/BAZEL_VERSION=latest,PLATFORM_NAME=linux-x86_64/console *** Original change description *** Use proto_lang_toolchain() in java_proto_library. -- MOS_MIGRATED_REVID=138372522 --- WORKSPACE | 1 - 1 file changed, 1 deletion(-) (limited to 'WORKSPACE') diff --git a/WORKSPACE b/WORKSPACE index cace908c64..b06d57f180 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -52,7 +52,6 @@ bind(name = "xcrunwrapper", actual = "@bazel_tools//tools/objc:xcrunwrapper") bind(name = "protobuf/java_runtime", actual = "//third_party/protobuf:protobuf") bind(name = "protobuf/javalite_runtime", actual = "//third_party/protobuf:protobuf-lite") -bind(name = "proto/toolchains/java", actual = "//third_party/protobuf:java_toolchain") # For Skylark tests at //src/test/shell/bazel:maven_skylark_test # Uncomment the following lines, and the test in src/test/shell/bazel/BUILD to run it. -- cgit v1.2.3