From 836f786f63c544bb6a50245ce158b668b9e2bf5b Mon Sep 17 00:00:00 2001 From: Jonathan Hsieh Date: Wed, 13 Feb 2013 18:39:00 +0000 Subject: [PATCH] HBASE-7454 Move ErrorHandling protos from hbase-server to hbase-protocol git-svn-id: https://svn.apache.org/repos/asf/hbase/branches/hbase-7290@1445816 13f79535-47bb-0310-9956-ffa450edef68 --- .../hadoop/hbase/protobuf/generated/ErrorHandlingProtos.java | 0 .../src/main/protobuf/ErrorHandling.proto | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {hbase-server => hbase-protocol}/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.java (100%) rename {hbase-server => hbase-protocol}/src/main/protobuf/ErrorHandling.proto (100%) diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.java b/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.java similarity index 100% rename from hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.java rename to hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ErrorHandlingProtos.java diff --git a/hbase-server/src/main/protobuf/ErrorHandling.proto b/hbase-protocol/src/main/protobuf/ErrorHandling.proto similarity index 100% rename from hbase-server/src/main/protobuf/ErrorHandling.proto rename to hbase-protocol/src/main/protobuf/ErrorHandling.proto