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