You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2014/03/21 19:01:27 UTC

svn commit: r1580000 - /hbase/branches/0.98/hbase-protocol/pom.xml

Author: apurtell
Date: Fri Mar 21 18:01:27 2014
New Revision: 1580000

URL: http://svn.apache.org/r1580000
Log:
HBASE-10806 Two protos missing in hbase-protocol/pom.xml (Liu Shaohui)

Modified:
    hbase/branches/0.98/hbase-protocol/pom.xml

Modified: hbase/branches/0.98/hbase-protocol/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.98/hbase-protocol/pom.xml?rev=1580000&r1=1579999&r2=1580000&view=diff
==============================================================================
--- hbase/branches/0.98/hbase-protocol/pom.xml (original)
+++ hbase/branches/0.98/hbase-protocol/pom.xml Fri Mar 21 18:01:27 2014
@@ -158,6 +158,7 @@
                           <include>ClusterId.proto</include>
                           <include>ClusterStatus.proto</include>
                           <include>Comparator.proto</include>
+                          <include>Encryption.proto</include>
                           <include>ErrorHandling.proto</include>
                           <include>Filter.proto</include>
                           <include>FS.proto</include>
@@ -172,6 +173,7 @@
                           <include>RPC.proto</include>
                           <include>SecureBulkLoad.proto</include>
                           <include>Tracing.proto</include>
+                          <include>VisibilityLabels.proto</include>
                           <include>WAL.proto</include>
                           <include>ZooKeeper.proto</include>
                         </includes>