tree: bd6eb9f47bb95e0f6ed9ba8e9a6a745a667642ba [path history] [tgz]
  1. LICENSE
  2. protobuf-java-3.0.0-alpha-3.jar
  3. protoc-linux-x86_32.exe
  4. protoc-linux-x86_64.exe
  5. protoc-osx-x86_32.exe
  6. protoc-osx-x86_64.exe
  7. protoc-windows-x86_32.exe
  8. protoc-windows-x86_64.exe
  9. README.md
third_party/protobuf/README.md

How to update these files:

  1. Go to http://search.maven.org/
  2. Search for g:“com.google.protobuf”
  3. Download the “jar” link from protobuf-java.
  4. Download all binaries from “protoc”.
  5. Strip version number from protoc files: for i in *.exe; do mv $i $(echo $i | sed s/3.0.0-alpha-3-//); done
  6. Set executable bit: chmod +x *.exe
  7. Update third_party/BUILD to point to the new jar file.
  8. Done.