You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2013/04/07 08:09:39 UTC

svn commit: r1465325 - in /hbase/branches/0.95: ./ hbase-assembly/ hbase-assembly/src/assembly/ hbase-assembly/src/docbkx/ hbase-assembly/src/main/ hbase-assembly/src/main/assembly/ hbase-assembly/src/site/ hbase-assembly/src/xslt/ hbase-common/src/mai...

Author: stack
Date: Sun Apr  7 06:09:38 2013
New Revision: 1465325

URL: http://svn.apache.org/r1465325
Log:
HBASE-6286 Move site back up out of hbase-assembly; bad idea

Added:
    hbase/branches/0.95/hbase-assembly/src/main/
    hbase/branches/0.95/hbase-assembly/src/main/assembly/
    hbase/branches/0.95/hbase-assembly/src/main/assembly/components.xml   (with props)
    hbase/branches/0.95/hbase-assembly/src/main/assembly/hadoop-one-compat.xml   (with props)
    hbase/branches/0.95/hbase-assembly/src/main/assembly/hadoop-two-compat.xml   (with props)
    hbase/branches/0.95/hbase-assembly/src/main/assembly/src.xml   (with props)
    hbase/branches/0.95/src/
    hbase/branches/0.95/src/main/
    hbase/branches/0.95/src/main/docbkx/
    hbase/branches/0.95/src/main/docbkx/book.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/case_studies.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/community.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/configuration.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/customization.xsl   (with props)
    hbase/branches/0.95/src/main/docbkx/developer.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/external_apis.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/getting_started.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/ops_mgt.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/performance.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/preface.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/rpc.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/schema_design.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/security.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/shell.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/troubleshooting.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/upgrading.xml   (with props)
    hbase/branches/0.95/src/main/docbkx/zookeeper.xml   (with props)
    hbase/branches/0.95/src/main/site/
    hbase/branches/0.95/src/main/site/resources/
    hbase/branches/0.95/src/main/site/resources/css/
    hbase/branches/0.95/src/main/site/resources/css/freebsd_docbook.css
    hbase/branches/0.95/src/main/site/resources/css/site.css
    hbase/branches/0.95/src/main/site/resources/doap_Hbase.rdf   (with props)
    hbase/branches/0.95/src/main/site/resources/images/
    hbase/branches/0.95/src/main/site/resources/images/big_h_logo.svg   (with props)
    hbase/branches/0.95/src/main/site/resources/images/hbase_logo.png   (with props)
    hbase/branches/0.95/src/main/site/resources/images/hbase_logo.svg   (with props)
    hbase/branches/0.95/src/main/site/site.vm
    hbase/branches/0.95/src/main/site/site.xml   (with props)
    hbase/branches/0.95/src/main/site/xdoc/
    hbase/branches/0.95/src/main/site/xdoc/acid-semantics.xml   (with props)
    hbase/branches/0.95/src/main/site/xdoc/bulk-loads.xml   (with props)
    hbase/branches/0.95/src/main/site/xdoc/cygwin.xml   (with props)
    hbase/branches/0.95/src/main/site/xdoc/index.xml   (with props)
    hbase/branches/0.95/src/main/site/xdoc/metrics.xml   (with props)
    hbase/branches/0.95/src/main/site/xdoc/old_news.xml   (with props)
    hbase/branches/0.95/src/main/site/xdoc/pseudo-distributed.xml   (with props)
    hbase/branches/0.95/src/main/site/xdoc/replication.xml   (with props)
    hbase/branches/0.95/src/main/site/xdoc/resources.xml   (with props)
    hbase/branches/0.95/src/main/site/xdoc/sponsors.xml   (with props)
    hbase/branches/0.95/src/main/xslt/
    hbase/branches/0.95/src/main/xslt/configuration_to_docbook_section.xsl   (with props)
Removed:
    hbase/branches/0.95/hbase-assembly/src/assembly/
    hbase/branches/0.95/hbase-assembly/src/docbkx/
    hbase/branches/0.95/hbase-assembly/src/site/
    hbase/branches/0.95/hbase-assembly/src/xslt/
Modified:
    hbase/branches/0.95/hbase-assembly/pom.xml
    hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml
    hbase/branches/0.95/pom.xml

Modified: hbase/branches/0.95/hbase-assembly/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-assembly/pom.xml?rev=1465325&r1=1465324&r2=1465325&view=diff
==============================================================================
Binary files - no diff available.

Added: hbase/branches/0.95/hbase-assembly/src/main/assembly/components.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-assembly/src/main/assembly/components.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/hbase-assembly/src/main/assembly/components.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/hbase-assembly/src/main/assembly/hadoop-one-compat.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-assembly/src/main/assembly/hadoop-one-compat.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/hbase-assembly/src/main/assembly/hadoop-one-compat.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/hbase-assembly/src/main/assembly/hadoop-two-compat.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-assembly/src/main/assembly/hadoop-two-compat.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/hbase-assembly/src/main/assembly/hadoop-two-compat.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/hbase-assembly/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-assembly/src/main/assembly/src.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/hbase-assembly/src/main/assembly/src.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Modified: hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml?rev=1465325&r1=1465324&r2=1465325&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml (original)
+++ hbase/branches/0.95/hbase-common/src/main/resources/hbase-default.xml Sun Apr  7 06:09:38 2013
@@ -797,7 +797,7 @@
     <name>hbase.defaults.for.version</name>
     <value>@@@VERSION@@@</value>
     <description>
-    This defaults file was compiled for version ${pom.version}. This variable is used
+    This defaults file was compiled for version ${project.version}. This variable is used
     to make sure that a user doesn't have an old version of hbase-default.xml on the
     classpath.
     </description>

Modified: hbase/branches/0.95/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/pom.xml?rev=1465325&r1=1465324&r2=1465325&view=diff
==============================================================================
--- hbase/branches/0.95/pom.xml (original)
+++ hbase/branches/0.95/pom.xml Sun Apr  7 06:09:38 2013
@@ -550,7 +550,6 @@
             <effort>Max</effort>
           </configuration>
         </plugin>
-        <!-- Build plugins -->
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
@@ -660,25 +659,47 @@
             </excludes>
           </configuration>
         </plugin>
-        <!-- Website/Reference Guide building -->
         <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>xml-maven-plugin</artifactId>
-          <version>1.0-beta-3</version>
-        </plugin>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>${maven.assembly.version}</version>
+          <configuration>
+            <!--Defer to the hbase-assembly sub-module.  It
+             does all assembly-->
+            <skipAssembly>true</skipAssembly>
+            <!--Do not attach assembly to project.-->
+            <attach>false</attach>
+          </configuration>
+      </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
       <!-- hbase parent only plugins -->
       <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>${maven.assembly.version}</version>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>xml-maven-plugin</artifactId>
+        <version>1.0</version>
+        <inherited>false</inherited>
+        <executions>
+          <execution>
+            <!-- Run the hbase-default.xml through a stylesheet so can show it in doc-->
+            <goals>
+              <goal>transform</goal>
+            </goals>
+            <phase>pre-site</phase>
+          </execution>
+        </executions>
         <configuration>
-          <!--Defer to the hbase-assembly sub-module.  It
-             does all assembly-->
-          <skipAssembly>true</skipAssembly>
-          <!--Do not attach assembly to project.-->
-          <attach>false</attach>
+          <transformationSets>
+            <transformationSet>
+              <!--Reaching up and over into common sub-module for hbase-default.xml-->
+              <dir>${basedir}/hbase-common/src/main/resources/</dir>
+              <includes>
+                <include>hbase-default.xml</include>
+              </includes>
+              <stylesheet>${basedir}/src/main/xslt/configuration_to_docbook_section.xsl</stylesheet>
+              <outputDir>${basedir}/target/docbkx</outputDir>
+            </transformationSet>
+          </transformationSets>
         </configuration>
       </plugin>
       <!-- Special configuration for findbugs just in the parent so
@@ -693,18 +714,135 @@
               <goal>findbugs</goal>
             </goals>
             <configuration>
-              <excludeFilterFile>${project.basedir}/dev-support/findbugs-exclude.xml</excludeFilterFile>
+              <excludeFilterFile>${basedir}/dev-support/findbugs-exclude.xml</excludeFilterFile>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <!--Build the documentation.  We build it twice.  Once as a single page and then
+           again as multipage.-->
+      <plugin>
+        <groupId>com.agilejava.docbkx</groupId>
+        <artifactId>docbkx-maven-plugin</artifactId>
+        <version>2.0.14</version>
+        <inherited>false</inherited>
+        <dependencies>
+          <dependency>
+            <groupId>org.docbook</groupId>
+            <artifactId>docbook-xml</artifactId>
+            <version>4.4</version>
+            <scope>runtime</scope>
+          </dependency>
+        </dependencies>
+        <configuration>
+          <sourceDirectory>${basedir}/src/main/docbkx</sourceDirectory>
+          <xincludeSupported>true</xincludeSupported>
+          <useIdAsFilename>true</useIdAsFilename>
+          <sectionAutolabelMaxDepth>100</sectionAutolabelMaxDepth>
+          <sectionAutolabel>true</sectionAutolabel>
+          <sectionLabelIncludesComponentLabel>true</sectionLabelIncludesComponentLabel>
+          <htmlCustomization>${basedir}/src/main/docbkx/customization.xsl</htmlCustomization>
+          <tocMaxDepth>2</tocMaxDepth>
+          <insertXrefPageNumber>yes</insertXrefPageNumber>
+          <targetDirectory>${basedir}/target/docbkx</targetDirectory>
+          <chunkerOutputEncoding>UTF-8</chunkerOutputEncoding>
+        </configuration>
+        <executions>
+          <execution>
+            <id>multipage</id>
+            <goals>
+              <goal>generate-html</goal>
+            </goals>
+            <phase>pre-site</phase>
+            <configuration>
+              <navigShowtitles>true</navigShowtitles>
+              <chunkedOutput>true</chunkedOutput>
+              <imgSrcPath>../images/</imgSrcPath>
+              <htmlStylesheet>../css/freebsd_docbook.css</htmlStylesheet>
+            </configuration>
+          </execution>
+          <execution>
+            <id>onepage</id>
+            <goals>
+              <goal>generate-html</goal>
+            </goals>
+            <phase>pre-site</phase>
+            <configuration>
+              <imgSrcPath>images/</imgSrcPath>
+              <htmlStylesheet>css/freebsd_docbook.css</htmlStylesheet>
             </configuration>
           </execution>
         </executions>
       </plugin>
-      <!-- Plugins inherited by all modules -->
-      <!-- All submodules build their javadocs -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>${maven.resources.plugin.version}</version>
+        <!--$NO-MVN-MAN-VER$ -->
+        <inherited>false</inherited>
+        <executions>
+          <execution>
+            <id>copy-javadocs</id>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <phase>site</phase>
+            <configuration>
+              <outputDirectory>target/site/apidocs</outputDirectory>
+              <resources>
+                <resource>
+                  <directory>${basedir}/target/apidocs</directory>
+                  <includes>
+                    <include>**/**</include>
+                  </includes>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+          <execution>
+            <id>copy-docbkx</id>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <phase>site</phase>
+            <configuration>
+              <outputDirectory>target/site</outputDirectory>
+              <resources>
+                <resource>
+                  <directory>${basedir}/target/docbkx</directory>
+                  <includes>
+                    <include>**/**</include>
+                  </includes>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+        <configuration>
+          <escapeString>\</escapeString>
+        </configuration>
       </plugin>
-     </plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>${maven.site.version}</version>
+        <inherited>false</inherited>
+        <dependencies>
+          <dependency>
+            <!-- add support for ssh/scp -->
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh</artifactId>
+            <version>2.2</version>
+          </dependency>
+        </dependencies>
+        <configuration>
+            <siteDirectory>${basedir}/src/main/site</siteDirectory>
+          <inputEncoding>UTF-8</inputEncoding>
+          <outputEncoding>UTF-8</outputEncoding>
+          <templateFile>${basedir}/src/main/site/site.vm</templateFile>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
   <properties>
     <tar.name>${project.build.finalName}.tar.gz</tar.name>
@@ -1136,14 +1274,12 @@
   </dependencyManagement>
   <!-- Dependencies needed by subprojects -->
   <dependencies>
-
     <dependency>
       <groupId>com.github.stephenc.findbugs</groupId>
       <artifactId>findbugs-annotations</artifactId>
       <version>${findbugs-annotations}</version>
       <scope>compile</scope>
     </dependency>
-
     <!-- Test dependencies -->
     <dependency>
       <groupId>junit</groupId>
@@ -1215,25 +1351,24 @@
       </properties>
       <build>
         <pluginManagement>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <argLine>-enableassertions -Xmx1900m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true</argLine>
-              <systemProperties>
-                <property>
-                  <name>java.net.preferIPv4Stack</name>
-                  <value>true</value>
-		</property>
-              </systemProperties>
-            </configuration>
-          </plugin>
-        </plugins>
+          <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-surefire-plugin</artifactId>
+              <configuration>
+                <argLine>-enableassertions -Xmx1900m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true</argLine>
+                <systemProperties>
+                  <property>
+                    <name>java.net.preferIPv4Stack</name>
+                    <value>true</value>
+                  </property>
+                </systemProperties>
+              </configuration>
+            </plugin>
+          </plugins>
         </pluginManagement>
       </build>
     </profile>
-
     <!-- this profile should be activated for release builds -->
     <profile>
       <id>release</id>
@@ -1274,7 +1409,7 @@
         <hadoop.version>${hadoop-one.version}</hadoop.version>
         <slf4j.version>1.4.3</slf4j.version>
         <compat.module>hbase-hadoop1-compat</compat.module>
-        <assembly.file>src/assembly/hadoop-one-compat.xml</assembly.file>
+        <assembly.file>src/main/assembly/hadoop-one-compat.xml</assembly.file>
       </properties>
       <dependencyManagement>
         <dependencies>
@@ -1333,7 +1468,7 @@
         <hadoop.version>${hadoop-two.version}</hadoop.version>
         <slf4j.version>1.6.1</slf4j.version>
         <compat.module>hbase-hadoop2-compat</compat.module>
-        <assembly.file>src/assembly/hadoop-two-compat.xml</assembly.file>
+        <assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
       </properties>
       <dependencyManagement>
         <dependencies>
@@ -1532,7 +1667,7 @@
       <id>localTests</id>
       <activation>
         <property>
-            <name>test</name>
+          <name>test</name>
         </property>
       </activation>
       <properties>
@@ -1628,9 +1763,9 @@
         <configuration>
           <aggregate>true</aggregate>
           <linkJavadoc>true</linkJavadoc>
-          <javadocDir>hbase-assembly/target/site/apidocs</javadocDir>
-          <reportOutputDirectory>hbase-assembly/target/site/xref</reportOutputDirectory>
-          <destDir>hbase-assembly/target/site/xref</destDir>
+          <javadocDir>${basedir}/target/site/apidocs</javadocDir>
+          <reportOutputDirectory>${basedir}/target/site/xref</reportOutputDirectory>
+          <destDir>${basedir}/target/site/xref</destDir>
           <excludes>
             <exclude>**/generated/**</exclude>
           </excludes>
@@ -1639,13 +1774,13 @@
     </plugins>
   </reporting>
   <distributionManagement>
-      <site>
-          <id>hbase.apache.org</id>
-          <name>HBase Website at hbase.apache.org</name>
-          <!-- On why this is the tmp dir and not hbase.apache.org, see
+    <site>
+      <id>hbase.apache.org</id>
+      <name>HBase Website at hbase.apache.org</name>
+      <!-- On why this is the tmp dir and not hbase.apache.org, see
                https://issues.apache.org/jira/browse/HBASE-7593?focusedCommentId=13555866&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13555866
                -->
-          <url>file:///tmp</url>
-      </site>
+      <url>file:///tmp</url>
+    </site>
   </distributionManagement>
 </project>

Added: hbase/branches/0.95/src/main/docbkx/book.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/book.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/book.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/case_studies.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/case_studies.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/case_studies.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/community.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/community.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/community.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/configuration.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/configuration.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/configuration.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/customization.xsl
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/customization.xsl?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/customization.xsl
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/developer.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/developer.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/developer.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/external_apis.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/external_apis.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/external_apis.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/getting_started.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/getting_started.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/getting_started.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/ops_mgt.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/ops_mgt.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/ops_mgt.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/performance.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/performance.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/performance.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/preface.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/preface.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/preface.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/rpc.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/rpc.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/rpc.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/schema_design.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/schema_design.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/schema_design.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/security.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/security.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/security.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/shell.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/shell.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/shell.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/troubleshooting.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/troubleshooting.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/troubleshooting.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/upgrading.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/upgrading.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/upgrading.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/docbkx/zookeeper.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/docbkx/zookeeper.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/docbkx/zookeeper.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/site/resources/css/freebsd_docbook.css
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/resources/css/freebsd_docbook.css?rev=1465325&view=auto
==============================================================================
--- hbase/branches/0.95/src/main/site/resources/css/freebsd_docbook.css (added)
+++ hbase/branches/0.95/src/main/site/resources/css/freebsd_docbook.css Sun Apr  7 06:09:38 2013
@@ -0,0 +1,208 @@
+/*
+ * Copyright (c) 2001, 2003, 2010 The FreeBSD Documentation Project
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ * $FreeBSD: doc/share/misc/docbook.css,v 1.15 2010/03/20 04:15:01 hrs Exp $
+ */
+
+BODY ADDRESS {
+	line-height: 1.3;
+	margin: .6em 0;
+}
+
+BODY BLOCKQUOTE {
+	margin-top: .75em;
+	line-height: 1.5;
+	margin-bottom: .75em;
+}
+
+HTML BODY {
+	margin: 1em 8% 1em 10%;
+	line-height: 1.2;
+}
+
+.LEGALNOTICE {
+	font-size: small;
+	font-variant: small-caps;
+}
+
+BODY DIV {
+	margin: 0;
+}
+
+DL {
+	margin: .8em 0;
+	line-height: 1.2;
+}
+
+BODY FORM {
+	margin: .6em 0;
+}
+
+H1, H2, H3, H4, H5, H6,
+DIV.EXAMPLE P B,
+.QUESTION,
+DIV.TABLE P B,
+DIV.PROCEDURE P B {
+	color: #990000;
+}
+
+BODY H1, BODY H2, BODY H3, BODY H4, BODY H5, BODY H6 {
+	line-height: 1.3;
+	margin-left: 0;
+}
+
+BODY H1, BODY H2 {
+	margin: .8em 0 0 -4%;
+}
+
+BODY H3, BODY H4 {
+	margin: .8em 0 0 -3%;
+}
+
+BODY H5 {
+	margin: .8em 0 0 -2%;
+}
+
+BODY H6 {
+	margin: .8em 0 0 -1%;
+}
+
+BODY HR {
+	margin: .6em;
+	border-width: 0 0 1px 0;
+	border-style: solid;
+	border-color: #cecece;
+}
+
+BODY IMG.NAVHEADER {
+	margin: 0 0 0 -4%;
+}
+
+OL {
+	margin: 0 0 0 5%;
+	line-height: 1.2;
+}
+
+BODY PRE {
+	margin: .75em 0;
+	line-height: 1.0;
+	font-family: monospace;
+}
+
+BODY TD, BODY TH {
+	line-height: 1.2;
+}
+
+UL, BODY DIR, BODY MENU {
+	margin: 0 0 0 5%;
+	line-height: 1.2;
+}
+
+HTML {
+	margin: 0; 
+	padding: 0;
+}
+
+BODY P B.APPLICATION {
+	color: #000000;
+}
+
+.FILENAME {
+	color: #007a00;
+}
+
+.GUIMENU, .GUIMENUITEM, .GUISUBMENU,
+.GUILABEL, .INTERFACE,
+.SHORTCUT, .SHORTCUT .KEYCAP {
+	font-weight: bold;
+}
+
+.GUIBUTTON {
+	background-color: #CFCFCF;
+	padding: 2px;
+}
+
+.ACCEL {
+	background-color: #F0F0F0;
+	text-decoration: underline;
+} 
+
+.SCREEN {
+	padding: 1ex;
+}
+
+.PROGRAMLISTING {
+	padding: 1ex;
+	background-color: #eee;
+	border: 1px solid #ccc;
+}
+
+@media screen {  /* hide from IE3 */
+	a[href]:hover { background: #ffa }
+}
+
+BLOCKQUOTE.NOTE {
+	color: #222;
+	background: #eee;
+	border: 1px solid #ccc;
+	padding: 0.4em 0.4em;
+	width: 85%;
+}
+
+BLOCKQUOTE.TIP {
+	color: #004F00;
+	background: #d8ecd6;
+	border: 1px solid green;
+	padding: 0.2em 2em;
+	width: 85%;
+}
+
+BLOCKQUOTE.IMPORTANT {
+	font-style:italic;
+	border: 1px solid #a00;
+	border-left: 12px solid #c00;
+	padding: 0.1em 1em;
+}
+
+BLOCKQUOTE.WARNING {
+	color: #9F1313;
+	background: #f8e8e8;
+	border: 1px solid #e59595;
+	padding: 0.2em 2em;
+	width: 85%;
+}
+
+.EXAMPLE {
+	background: #fefde6;
+	border: 1px solid #f1bb16;
+	margin: 1em 0;
+	padding: 0.2em 2em;
+	width: 90%;
+}
+
+.INFORMALTABLE TABLE.CALSTABLE TR TD {
+        padding-left: 1em;
+        padding-right: 1em;
+}

Added: hbase/branches/0.95/src/main/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/resources/css/site.css?rev=1465325&view=auto
==============================================================================
--- hbase/branches/0.95/src/main/site/resources/css/site.css (added)
+++ hbase/branches/0.95/src/main/site/resources/css/site.css Sun Apr  7 06:09:38 2013
@@ -0,0 +1,127 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
+  background: none;
+  padding-right: 0;
+}
+
+/*
+body ul {
+  list-style-type: square;
+}
+*/
+
+#downloadbox {
+  float: right;
+  margin: 0 10px 20px 20px;
+  padding: 5px;
+  border: 1px solid #999;
+  background-color: #eee;
+}
+
+#downloadbox h5 {
+  color: #000;
+  margin: 0;
+  border-bottom: 1px solid #aaaaaa;
+  font-size: smaller;
+  padding: 0;
+}
+
+#downloadbox p {
+  margin-top: 1em;
+  margin-bottom: 0;
+}
+
+#downloadbox ul {
+  margin-top: 0;
+  margin-bottom: 1em;
+  list-style-type: disc;
+}
+
+#downloadbox li {
+  font-size: smaller;
+}
+
+/*
+h4 {
+  padding: 0;
+  border: none;
+  color: #000;
+  margin: 0;
+  font-size: larger;
+  font-weight: bold;
+}
+*/
+
+#banner {
+  background: none;
+}
+
+#banner img {
+  padding: 10px;
+  margin: auto;
+  display: block;
+  background: none;
+  float: center;
+  height:;
+}
+
+#breadcrumbs {
+  background-image: url();
+}
+
+#footer {
+  border-top: 0px;
+}
+
+.frontpagebox {
+  float: left;
+  text-align: center;
+  width: 15em;
+  margin-left: 0.5em;
+  margin-right: 0.5em;
+  margin-top: 2em;
+}
+
+.headline {
+  font-size: 120%;
+  font-weight: bold;
+  padding-top: 1px;
+  padding-bottom: 5px;
+  background-image: url(../images/breadcrumbs.jpg);
+  background-repeat: repeat-x;
+}
+
+.section {
+  padding-bottom: 0;
+  padding-top: 0;
+}
+
+/*
+#leftColumn {
+  display: none !important
+}
+
+#bodyColumn {
+  margin-left: 1.5em;
+}
+*/
+
+

Added: hbase/branches/0.95/src/main/site/resources/doap_Hbase.rdf
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/resources/doap_Hbase.rdf?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/resources/doap_Hbase.rdf
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/site/resources/images/big_h_logo.svg
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/resources/images/big_h_logo.svg?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/resources/images/big_h_logo.svg
------------------------------------------------------------------------------
    svn:mime-type = image/svg+xml

Added: hbase/branches/0.95/src/main/site/resources/images/hbase_logo.png
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/resources/images/hbase_logo.png?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/resources/images/hbase_logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: hbase/branches/0.95/src/main/site/resources/images/hbase_logo.svg
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/resources/images/hbase_logo.svg?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/resources/images/hbase_logo.svg
------------------------------------------------------------------------------
    svn:mime-type = image/svg+xml

Added: hbase/branches/0.95/src/main/site/site.vm
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/site.vm?rev=1465325&view=auto
==============================================================================
--- hbase/branches/0.95/src/main/site/site.vm (added)
+++ hbase/branches/0.95/src/main/site/site.vm Sun Apr  7 06:09:38 2013
@@ -0,0 +1,547 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+#*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+*#
+<!-- Generated by Apache Maven Doxia at $dateFormat.format( $currentDate ) -->
+#macro ( link $href $name $target $img $position $alt $border $width $height )
+  #set ( $linkTitle = ' title="' + $name + '"' )
+  #if( $target )
+    #set ( $linkTarget = ' target="' + $target + '"' )
+  #else
+    #set ( $linkTarget = "" )
+  #end
+  #if ( ( $href.toLowerCase().startsWith("http") || $href.toLowerCase().startsWith("https") ) )
+    #set ( $linkClass = ' class="externalLink"' )
+  #else
+    #set ( $linkClass = "" )
+  #end
+  #if ( $img )
+    #if ( $position == "left" )
+      <a href="$href"$linkClass$linkTarget$linkTitle>#image($img $alt $border $width $height)$name</a>
+    #else
+      <a href="$href"$linkClass$linkTarget$linkTitle>$name #image($img $alt $border $width $height)</a>
+    #end
+  #else
+    <a href="$href"$linkClass$linkTarget$linkTitle>$name</a>
+  #end
+#end
+##
+#macro ( image $img $alt $border $width $height )
+  #if( $img )
+    #if ( ! ( $img.toLowerCase().startsWith("http") || $img.toLowerCase().startsWith("https") ) )
+      #set ( $imgSrc = $PathTool.calculateLink( $img, $relativePath ) )
+      #set ( $imgSrc = $imgSrc.replaceAll( "\\", "/" ) )
+      #set ( $imgSrc = ' src="' + $imgSrc + '"' )
+    #else
+      #set ( $imgSrc = ' src="' + $img + '"' )
+    #end
+    #if( $alt )
+      #set ( $imgAlt = ' alt="' + $alt + '"' )
+    #else
+      #set ( $imgAlt = ' alt=""' )
+    #end
+    #if( $border )
+      #set ( $imgBorder = ' border="' + $border + '"' )
+    #else
+      #set ( $imgBorder = "" )
+    #end
+    #if( $width )
+      #set ( $imgWidth = ' width="' + $width + '"' )
+    #else
+      #set ( $imgWidth = "" )
+    #end
+    #if( $height )
+      #set ( $imgHeight = ' height="' + $height + '"' )
+    #else
+      #set ( $imgHeight = "" )
+    #end
+    <img class="imageLink"$imgSrc$imgAlt$imgBorder$imgWidth$imgHeight/>
+  #end
+#end
+#macro ( banner $banner $id )
+  #if ( $banner )
+    #if( $banner.href )
+      <a href="$banner.href" id="$id"#if( $banner.alt ) title="$banner.alt"#end>
+    #else
+        <div id="$id">
+    #end
+##
+    #if( $banner.src )
+        #set ( $src = $banner.src )
+        #if ( ! ( $src.toLowerCase().startsWith("http") || $src.toLowerCase().startsWith("https") ) )
+            #set ( $src = $PathTool.calculateLink( $src, $relativePath ) )
+            #set ( $src = $src.replaceAll( "\\", "/" ) )
+        #end
+        #if ( $banner.alt )
+            #set ( $alt = $banner.alt )
+        #else
+            #set ( $alt = $banner.name )
+        #end
+        <img src="$src" alt="$alt" />
+    #else
+        $banner.name
+    #end
+##
+    #if( $banner.href )
+        </a>
+    #else
+        </div>
+    #end
+  #end
+#end
+##
+#macro ( links $links )
+  #set ( $counter = 0 )
+  #foreach( $item in $links )
+    #set ( $counter = $counter + 1 )
+    #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
+    #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+    #link( $currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height )
+    #if ( $links.size() > $counter )
+      |
+    #end
+  #end
+#end
+##
+#macro ( breadcrumbs $breadcrumbs )
+  #set ( $counter = 0 )
+  #foreach( $item in $breadcrumbs )
+    #set ( $counter = $counter + 1 )
+    #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
+    #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+##
+    #if ( $currentItemHref == $alignedFileName || $currentItemHref == "" )
+      $item.name
+    #else
+      #link( $currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height )
+    #end
+    #if ( $breadcrumbs.size() > $counter )
+      &gt;
+    #end
+  #end
+#end
+##
+#macro ( displayTree $display $item )
+  #if ( $item && $item.items && $item.items.size() > 0 )
+    #foreach( $subitem in $item.items )
+      #set ( $subitemHref = $PathTool.calculateLink( $subitem.href, $relativePath ) )
+      #set ( $subitemHref = $subitemHref.replaceAll( "\\", "/" ) )
+      #if ( $alignedFileName == $subitemHref )
+        #set ( $display = true )
+      #end
+##
+      #displayTree( $display $subitem )
+    #end
+  #end
+#end
+##
+#macro ( menuItem $item )
+  #set ( $collapse = "none" )
+  #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
+  #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+##
+  #if ( $item && $item.items && $item.items.size() > 0 )
+    #if ( $item.collapse == false )
+      #set ( $collapse = "expanded" )
+    #else
+      ## By default collapsed
+      #set ( $collapse = "collapsed" )
+    #end
+##
+    #set ( $display = false )
+    #displayTree( $display $item )
+##
+    #if ( $alignedFileName == $currentItemHref || $display )
+      #set ( $collapse = "expanded" )
+    #end
+  #end
+  <li class="$collapse">
+  #if ( $item.img )
+    #if ( $item.position == "left" )
+      #if ( $alignedFileName == $currentItemHref )
+        <strong>#image($item.img $item.alt $item.border $item.width $item.height) $item.name</strong>
+      #else
+        #link($currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height)
+      #end
+    #else
+      #if ( $alignedFileName == $currentItemHref )
+        <strong>$item.name #image($item.img $item.alt $item.border $item.width $item.height)</strong>
+      #else
+        #link($currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height)
+      #end
+    #end
+  #else
+    #if ( $alignedFileName == $currentItemHref )
+      <strong>$item.name</strong>
+    #else
+      #link( $currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height )
+    #end
+  #end
+  #if ( $item && $item.items && $item.items.size() > 0 )
+    #if ( $collapse == "expanded" )
+      <ul>
+        #foreach( $subitem in $item.items )
+          #menuItem( $subitem )
+        #end
+      </ul>
+    #end
+  #end
+  </li>
+#end
+##
+#macro ( mainMenu $menus )
+  #foreach( $menu in $menus )
+    #if ( $menu.name )
+      #if ( $menu.img )
+        #if( $menu.position )
+          #set ( $position = $menu.position )
+        #else
+          #set ( $position = "left" )
+        #end
+##
+        #if ( ! ( $menu.img.toLowerCase().startsWith("http") || $menu.img.toLowerCase().startsWith("https") ) )
+          #set ( $src = $PathTool.calculateLink( $menu.img, $relativePath ) )
+          #set ( $src = $src.replaceAll( "\\", "/" ) )
+          #set ( $src = ' src="' + $src + '"' )
+        #else
+          #set ( $src = ' src="' + $menu.img + '"' )
+        #end
+##
+        #if( $menu.alt )
+          #set ( $alt = ' alt="' + $menu.alt + '"' )
+        #else
+          #set ( $alt = ' alt="' + $menu.name + '"' )
+        #end
+##
+        #if( $menu.border )
+          #set ( $border = ' border="' + $menu.border + '"' )
+        #else
+          #set ( $border = ' border="0"' )
+        #end
+##
+        #if( $menu.width )
+          #set ( $width = ' width="' + $menu.width + '"' )
+        #else
+          #set ( $width = "" )
+        #end
+        #if( $menu.height )
+          #set ( $height = ' height="' + $menu.height + '"' )
+        #else
+          #set ( $height = "" )
+        #end
+##
+        #set ( $img = '<img class="imageLink"' + $src + $alt + $border + $width + $height + "/>" )
+##
+        #if ( $position == "left" )
+        <h5>$img $menu.name</h5>
+        #else
+        <h5>$menu.name $img</h5>
+        #end
+      #else
+       <h5>$menu.name</h5>
+      #end
+    #end
+    #if ( $menu.items && $menu.items.size() > 0 )
+    <ul>
+      #foreach( $item in $menu.items )
+        #menuItem( $item )
+      #end
+    </ul>
+    #end
+  #end
+#end
+##
+#macro ( copyright )
+  #if ( $project )
+    #if ( ${project.organization} && ${project.organization.name} )
+      #set ( $period = "" )
+    #else
+      #set ( $period = "." )
+   #end
+##
+   #set ( $currentYear = ${currentDate.year} + 1900 )
+##
+    #if ( ${project.inceptionYear} && ( ${project.inceptionYear} != ${currentYear.toString()} ) )
+      ${project.inceptionYear}-${currentYear}${period}
+    #else
+      ${currentYear}${period}
+    #end
+##
+    #if ( ${project.organization} )
+      #if ( ${project.organization.name} && ${project.organization.url} )
+          <a href="$project.organization.url">${project.organization.name}</a>.
+      #elseif ( ${project.organization.name} )
+        ${project.organization.name}.
+      #end
+    #end
+  #end
+#end
+##
+#macro ( publishDate $position $publishDate $version )
+  #if ( $publishDate && $publishDate.format )
+    #set ( $format = $publishDate.format )
+  #else
+    #set ( $format = "yyyy-MM-dd" )
+  #end
+##
+  $dateFormat.applyPattern( $format )
+##
+  #set ( $dateToday = $dateFormat.format( $currentDate ) )
+##
+  #if ( $publishDate && $publishDate.position )
+    #set ( $datePosition = $publishDate.position )
+  #else
+    #set ( $datePosition = "left" )
+  #end
+##
+  #if ( $version )
+    #if ( $version.position )
+      #set ( $versionPosition = $version.position )
+    #else
+      #set ( $versionPosition = "left" )
+    #end
+  #else
+    #set ( $version = "" )
+    #set ( $versionPosition = "left" )
+  #end
+##
+  #set ( $breadcrumbs = $decoration.body.breadcrumbs )
+  #set ( $links = $decoration.body.links )
+
+  #if ( $datePosition.equalsIgnoreCase( "right" ) && $links && $links.size() > 0 )
+    #set ( $prefix = "&nbsp;|" )
+  #else
+    #set ( $prefix = "" )
+  #end
+##
+  #if ( $datePosition.equalsIgnoreCase( $position ) )
+    #if ( ( $datePosition.equalsIgnoreCase( "right" ) ) || ( $datePosition.equalsIgnoreCase( "bottom" ) ) )
+      $prefix <span id="publishDate">$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday</span>
+      #if ( $versionPosition.equalsIgnoreCase( $position ) )
+        &nbsp;| <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
+      #end
+    #elseif ( ( $datePosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $datePosition.equalsIgnoreCase( "navigation-top" ) ) )
+      <div id="lastPublished">
+        <span id="publishDate">$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday</span>
+        #if ( $versionPosition.equalsIgnoreCase( $position ) )
+          &nbsp;| <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
+        #end
+      </div>
+    #elseif ( $datePosition.equalsIgnoreCase("left") )
+      <div class="xleft">
+        <span id="publishDate">$i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday</span>
+        #if ( $versionPosition.equalsIgnoreCase( $position ) )
+          &nbsp;| <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
+        #end
+        #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
+          | #breadcrumbs( $breadcrumbs )
+        #end
+      </div>
+    #end
+  #elseif ( $versionPosition.equalsIgnoreCase( $position ) )
+    #if ( ( $versionPosition.equalsIgnoreCase( "right" ) ) || ( $versionPosition.equalsIgnoreCase( "bottom" ) ) )
+      $prefix <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
+    #elseif ( ( $versionPosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $versionPosition.equalsIgnoreCase( "navigation-top" ) ) )
+      <div id="lastPublished">
+        <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
+      </div>
+    #elseif ( $versionPosition.equalsIgnoreCase("left") )
+      <div class="xleft">
+        <span id="projectVersion">$i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}</span>
+        #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
+          | #breadcrumbs( $breadcrumbs )
+        #end
+      </div>
+    #end
+  #elseif ( $position.equalsIgnoreCase( "left" ) )
+    #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
+      <div class="xleft">
+        #breadcrumbs( $breadcrumbs )
+      </div>
+    #end
+  #end
+#end
+##
+#macro ( poweredByLogo $poweredBy )
+  #if( $poweredBy )
+    #foreach ($item in $poweredBy)
+      #if( $item.href )
+        #set ( $href = $PathTool.calculateLink( $item.href, $relativePath ) )
+        #set ( $href = $href.replaceAll( "\\", "/" ) )
+      #else
+        #set ( $href="http://maven.apache.org/" )
+      #end
+##
+      #if( $item.name )
+        #set ( $name = $item.name )
+      #else
+        #set ( $name = $i18n.getString( "site-renderer", $locale, "template.builtby" )  )
+        #set ( $name = "${name} Maven"  )
+      #end
+##
+      #if( $item.img )
+        #set ( $img = $item.img )
+      #else
+        #set ( $img = "images/logos/maven-feather.png" )
+      #end
+##
+      #if ( ! ( $img.toLowerCase().startsWith("http") || $img.toLowerCase().startsWith("https") ) )
+        #set ( $img = $PathTool.calculateLink( $img, $relativePath ) )
+        #set ( $img = $src.replaceAll( "\\", "/" ) )
+      #end
+##
+      #if( $item.alt )
+        #set ( $alt = ' alt="' + $item.alt + '"' )
+      #else
+        #set ( $alt = ' alt="' + $name + '"' )
+      #end
+##
+      #if( $item.border )
+        #set ( $border = ' border="' + $item.border + '"' )
+      #else
+        #set ( $border = "" )
+      #end
+##
+      #if( $item.width )
+        #set ( $width = ' width="' + $item.width + '"' )
+      #else
+        #set ( $width = "" )
+      #end
+      #if( $item.height )
+        #set ( $height = ' height="' + $item.height + '"' )
+      #else
+        #set ( $height = "" )
+      #end
+##
+      <a href="$href" title="$name" class="poweredBy">
+        <img class="poweredBy" $alt src="$img" $border $width $height />
+      </a>
+    #end
+    #if( $poweredBy.isEmpty() )
+      <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
+        <img class="poweredBy" alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/logos/maven-feather.png" />
+      </a>
+    #end
+  #else
+    <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
+      <img class="poweredBy" alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/images/logos/maven-feather.png" />
+    </a>
+  #end
+#end
+##
+<html xmlns="http://www.w3.org/1999/xhtml"#if ( $locale ) xml:lang="$locale.language" lang="$locale.language"#end>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" />
+    <title>$title</title>
+    <style type="text/css" media="all">
+      @import url("$relativePath/css/maven-base.css");
+      @import url("$relativePath/css/maven-theme.css");
+      @import url("$relativePath/css/site.css");
+    </style>
+    <link rel="stylesheet" href="$relativePath/css/print.css" type="text/css" media="print" />
+    <link rel="shortcut icon" href="/images/favicon.ico" />
+#foreach( $author in $authors )
+      <meta name="author" content="$author" />
+#end
+#if ( $dateCreation )
+    <meta name="Date-Creation-yyyymmdd" content="$dateCreation" />
+#end
+#if ( $dateRevision )
+    <meta name="Date-Revision-yyyymmdd" content="$dateRevision" />
+#end
+#if ( $locale )
+    <meta http-equiv="Content-Language" content="$locale.language" />
+#end
+    #if ( $decoration.body.head )
+      #foreach( $item in $decoration.body.head.getChildren() )
+        ## Workaround for DOXIA-150 due to a non-desired behaviour in p-u
+        ## @see org.codehaus.plexus.util.xml.Xpp3Dom#toString()
+        ## @see org.codehaus.plexus.util.xml.Xpp3Dom#toUnescapedString()
+        #set ( $documentHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" )
+        #set ( $documentHeader = $documentHeader.replaceAll( "\\", "" ) )
+        #if ( $item.name == "script" )
+          $StringUtils.replace( $item.toUnescapedString(), $documentHeader, "" )
+        #else
+          $StringUtils.replace( $item.toString(), $documentHeader, "" )
+        #end
+      #end
+    #end
+    ## $headContent
+<!--Google Analytics-->
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-30210968-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+  </head>
+  <body class="composite">
+    <div id="banner">
+      #banner( $decoration.bannerLeft "bannerLeft" )
+      <!-- Commented out since we do not use it.  St.Ack 20110906
+       -->
+      ##  #banner( $decoration.bannerRight "bannerRight" )
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="breadcrumbs">
+      <div class="xright" style="padding-left: 8px; margin-top: -4px;">
+        <form method="GET" action="http://search-hadoop.com/">
+          <input type="text" style="width: 192px; height: 15px; font-size: inherit; border: 1px solid darkgray" name="q" value="Search wiki, mailing lists & more" onfocus="this.value=''"/>
+          <input type="hidden" name="fc_project" value="HBase"/>
+          <button style="height: 20px; width: 60px;">Search</button>
+        </form>
+      </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+    <div id="leftColumn">
+      <div id="navcolumn">
+       #publishDate( "navigation-top" $decoration.publishDate $decoration.version )
+       #mainMenu( $decoration.body.menus )
+       #poweredByLogo( $decoration.poweredBy )
+       #publishDate( "navigation-bottom" $decoration.publishDate $decoration.version )
+      </div>
+    </div>
+    <div id="bodyColumn">
+      <div id="contentBox">
+        $bodyContent
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+       <div class="xright">#publishDate( "right" $decoration.publishDate $decoration.version )&nbsp;
+        </div>
+        <div class="xright">Copyright &#169;<a href="http://www.apache.org">#copyright()</a>All Rights Reserved.  Apache Hadoop, Hadoop, HDFS, HBase and the HBase project logo are trademarks of the Apache Software Foundation.
+        </div>
+      <div class="clear">
+        <hr/>
+      </div>
+    </div>
+  </body>
+</html>

Added: hbase/branches/0.95/src/main/site/site.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/site.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/site/xdoc/acid-semantics.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/xdoc/acid-semantics.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/xdoc/acid-semantics.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/site/xdoc/bulk-loads.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/xdoc/bulk-loads.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/xdoc/bulk-loads.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/site/xdoc/cygwin.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/xdoc/cygwin.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/xdoc/cygwin.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/xdoc/index.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/site/xdoc/metrics.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/xdoc/metrics.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/xdoc/metrics.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/site/xdoc/old_news.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/xdoc/old_news.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/xdoc/old_news.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/site/xdoc/pseudo-distributed.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/xdoc/pseudo-distributed.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/xdoc/pseudo-distributed.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/site/xdoc/replication.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/xdoc/replication.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/xdoc/replication.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/site/xdoc/resources.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/xdoc/resources.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/xdoc/resources.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/site/xdoc/sponsors.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/site/xdoc/sponsors.xml?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/site/xdoc/sponsors.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hbase/branches/0.95/src/main/xslt/configuration_to_docbook_section.xsl
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/src/main/xslt/configuration_to_docbook_section.xsl?rev=1465325&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hbase/branches/0.95/src/main/xslt/configuration_to_docbook_section.xsl
------------------------------------------------------------------------------
    svn:mime-type = application/xml