Repository: hbase Updated Branches: refs/heads/master 92b2c8677 -> 98de4b04f
Update references to svn to instead reference git now we have migrated; fix a formatting error Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/98de4b04 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/98de4b04 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/98de4b04 Branch: refs/heads/master Commit: 98de4b04ff4e466a8a6f396de372636bde7f03e1 Parents: 92b2c86 Author: Michael Stack <[email protected]> Authored: Thu May 22 11:25:19 2014 -0700 Committer: Michael Stack <[email protected]> Committed: Thu May 22 11:25:25 2014 -0700 ---------------------------------------------------------------------- src/main/docbkx/developer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/98de4b04/src/main/docbkx/developer.xml ---------------------------------------------------------------------- diff --git a/src/main/docbkx/developer.xml b/src/main/docbkx/developer.xml index 4802074..602b217 100644 --- a/src/main/docbkx/developer.xml +++ b/src/main/docbkx/developer.xml @@ -148,7 +148,7 @@ mvn clean package -DskipTests <section xml:id="build.protobuf"><title>Build Protobuf</title> <para>You may need to change the protobuf definitions that reside in the hbase-protocol module or other modules.</para> <para> - The protobuf files are located </filename>hbase-protocol/src/main/protobuf<filename>. + The protobuf files are located <filename>hbase-protocol/src/main/protobuf</filename>. For the change to be effective, you will need to regenerate the classes. You can use maven profile compile-protobuf to do this. <programlisting> mvn compile -Dcompile-protobuf
