Skip to content

Commit

Permalink
update protobuf executables
Browse files Browse the repository at this point in the history
  • Loading branch information
calpeyser committed Dec 29, 2015
1 parent eb7b2ef commit 4731d5a
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -351,13 +351,13 @@ java_import(

java_import(
name = "protobuf",
jars = ["protobuf/protobuf-java-3.0.0-alpha-3.jar"],
jars = ["protobuf/protobuf-java-3.0.0-beta-1.jar"],
)

# For bootstrapping JavaBuilder
filegroup(
name = "protobuf-jars",
srcs = ["protobuf/protobuf-java-3.0.0-alpha-3.jar"],
srcs = ["protobuf/protobuf-java-3.0.0-beta-1.jar"],
)

java_import(
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified third_party/protobuf/protoc-linux-x86_32.exe
Binary file not shown.
Binary file modified third_party/protobuf/protoc-linux-x86_64.exe
Binary file not shown.
Binary file modified third_party/protobuf/protoc-osx-x86_32.exe
Binary file not shown.
Binary file modified third_party/protobuf/protoc-osx-x86_64.exe
Binary file not shown.
Binary file modified third_party/protobuf/protoc-windows-x86_32.exe
Binary file not shown.
Binary file modified third_party/protobuf/protoc-windows-x86_64.exe
Binary file not shown.

0 comments on commit 4731d5a

Please sign in to comment.