Author: stack
Date: Sat May 14 21:44:29 2011
New Revision: 1103233

URL: http://svn.apache.org/viewvc?rev=1103233&view=rev
Log:
HBASE-3884 book.xml - moved build and developer chapters to end of book

Modified:
    hbase/trunk/src/docbkx/build.xml
    hbase/trunk/src/docbkx/developer.xml

Modified: hbase/trunk/src/docbkx/build.xml
URL: 
http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/build.xml?rev=1103233&r1=1103232&r2=1103233&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/build.xml (original)
+++ hbase/trunk/src/docbkx/build.xml Sat May 14 21:44:29 2011
@@ -8,6 +8,8 @@
       xmlns:html="http://www.w3.org/1999/xhtml";
       xmlns:db="http://docbook.org/ns/docbook";>
     <title>Building HBase</title>
+    <para>This chapter will be of interest only to those building HBase from 
source.
+    </para>
     <section xml:id="mvn_repo">
         <title>Adding an HBase release to Apache's Maven Repository</title>
         <para>Follow the instructions at

Modified: hbase/trunk/src/docbkx/developer.xml
URL: 
http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/developer.xml?rev=1103233&r1=1103232&r2=1103233&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/developer.xml (original)
+++ hbase/trunk/src/docbkx/developer.xml Sat May 14 21:44:29 2011
@@ -7,7 +7,9 @@
       xmlns:m="http://www.w3.org/1998/Math/MathML";
       xmlns:html="http://www.w3.org/1999/xhtml";
       xmlns:db="http://docbook.org/ns/docbook";>
-    <title>Developers</title>
+    <title>Developing HBase</title>
+    <para>This chapter will be of interest only to those developing HBase 
(i.e., as opposed to using it).
+    </para>
     <section xml:id="ides"> 
         <title>IDEs</title>
         <section xml:id="eclipse">


Reply via email to