Add descriptor.proto to repository to avoid messing with protoc include path.

This commit is contained in:
Petteri Aimonen
2013-11-17 16:42:52 +02:00
parent 58b3a22d6d
commit 8c2dda67a1
4 changed files with 624 additions and 4 deletions

View File

@@ -46,7 +46,7 @@
package google.protobuf.compiler;
import "google/protobuf/descriptor.proto";
import "descriptor.proto";
// An encoded CodeGeneratorRequest is written to the plugin's stdin.
message CodeGeneratorRequest {