HBASE-3884 book.xml - moved build and developer chapters to end of book
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1103234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5f371f561d
commit
5c02923d36
|
@ -67,8 +67,6 @@
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="upgrading.xml" />
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="upgrading.xml" />
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="configuration.xml" />
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="configuration.xml" />
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shell.xml" />
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shell.xml" />
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="build.xml" />
|
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="developer.xml" />
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1070,6 +1068,8 @@ HTable table2 = new HTable(conf2, "myTable");</programlisting>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="troubleshooting.xml" />
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="troubleshooting.xml" />
|
||||||
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="build.xml" />
|
||||||
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="developer.xml" />
|
||||||
|
|
||||||
<appendix xml:id="tools">
|
<appendix xml:id="tools">
|
||||||
<title >Tools</title>
|
<title >Tools</title>
|
||||||
|
|
Loading…
Reference in New Issue