http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/7d8609e7/proto_src/org/waveprotocol/protobuf/Extensions.java
----------------------------------------------------------------------
diff --git a/proto_src/org/waveprotocol/protobuf/Extensions.java
b/proto_src/org/waveprotocol/protobuf/Extensions.java
deleted file mode 100644
index e3ebb0c..0000000
--- a/proto_src/org/waveprotocol/protobuf/Extensions.java
+++ /dev/null
@@ -1,73 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-// source: org/waveprotocol/protobuf/extensions.proto
-
-package org.waveprotocol.protobuf;
-
-public final class Extensions {
- private Extensions() {}
- public static void registerAllExtensions(
- com.google.protobuf.ExtensionRegistry registry) {
- registry.add(org.waveprotocol.protobuf.Extensions.int52);
- }
- public static final int INT52_FIELD_NUMBER = 50000;
- /**
- * <code>extend .google.protobuf.FieldOptions { ... }</code>
- */
- public static final
- com.google.protobuf.GeneratedMessage.GeneratedExtension<
- com.google.protobuf.DescriptorProtos.FieldOptions,
- java.lang.Boolean> int52 = com.google.protobuf.GeneratedMessage
- .newFileScopedGeneratedExtension(
- java.lang.Boolean.class,
- null);
-
- public static com.google.protobuf.Descriptors.FileDescriptor
- getDescriptor() {
- return descriptor;
- }
- private static com.google.protobuf.Descriptors.FileDescriptor
- descriptor;
- static {
- java.lang.String[] descriptorData = {
- "\n*org/waveprotocol/protobuf/extensions.p" +
- "roto\032 google/protobuf/descriptor.proto:5" +
- "\n\005int52\022\035.google.protobuf.FieldOptions\030\320" +
- "\206\003 \001(\010:\005falseB\'\n\031org.waveprotocol.protob" +
- "ufB\nExtensions"
- };
- com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner
assigner =
- new
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
- public com.google.protobuf.ExtensionRegistry assignDescriptors(
- com.google.protobuf.Descriptors.FileDescriptor root) {
- descriptor = root;
- int52.internalInit(descriptor.getExtensions().get(0));
- return null;
- }
- };
- com.google.protobuf.Descriptors.FileDescriptor
- .internalBuildGeneratedFileFrom(descriptorData,
- new com.google.protobuf.Descriptors.FileDescriptor[] {
- com.google.protobuf.DescriptorProtos.getDescriptor(),
- }, assigner);
- }
-
- // @@protoc_insertion_point(outer_class_scope)
-}