aboutsummaryrefslogtreecommitdiff
path: root/generator/proto/plugin.proto
diff options
context:
space:
mode:
Diffstat (limited to 'generator/proto/plugin.proto')
-rw-r--r--generator/proto/plugin.proto5
1 files changed, 1 insertions, 4 deletions
diff --git a/generator/proto/plugin.proto b/generator/proto/plugin.proto
index e627289..651ed10 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.
-// https://developers.google.com/protocol-buffers/
+// http://code.google.com/p/protobuf/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
@@ -44,10 +44,7 @@
// 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";