summaryrefslogtreecommitdiffstats
path: root/generator/proto/plugin.proto
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-12-22 22:52:36 +0200
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-12-22 22:52:36 +0200
commite5cbee84e12e87b342d7c57808b009387e1ba2bb (patch)
tree54078b018aa0d598b39d1997523d35c2deabb7f7 /generator/proto/plugin.proto
parentcfc517f36b3263bb583751f4cee0e58eeff98c5f (diff)
Verify build with protobuf-3.0.0, fix problems.
Also updated descriptor.proto from protobuf-3.0.0.
Diffstat (limited to 'generator/proto/plugin.proto')
-rw-r--r--generator/proto/plugin.proto5
1 files changed, 4 insertions, 1 deletions
diff --git a/generator/proto/plugin.proto b/generator/proto/plugin.proto
index 651ed10c..e627289b 100644
--- a/generator/proto/plugin.proto
+++ b/generator/proto/plugin.proto
@@ -1,6 +1,6 @@
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
@@ -44,7 +44,10 @@
// plugin should be named "protoc-gen-$NAME", and will then be used when the
// flag "--${NAME}_out" is passed to protoc.
+syntax = "proto2";
package google.protobuf.compiler;
+option java_package = "com.google.protobuf.compiler";
+option java_outer_classname = "PluginProtos";
import "google/protobuf/descriptor.proto";