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 2014/07/16 20:05:57 UTC

git commit: HBASE-11521 Modify pom.xml to copy the images/ and css/ directories to the right location for the Ref Guide to see them correctly AMENDMENT

Repository: hbase
Updated Branches:
  refs/heads/master da8f0a336 -> 8603da0d0


HBASE-11521 Modify pom.xml to copy the images/ and css/ directories to the right location for the Ref Guide to see them correctly AMENDMENT


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8603da0d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8603da0d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8603da0d

Branch: refs/heads/master
Commit: 8603da0d0db35adee5ba9af1565aeef1f5ca53f0
Parents: da8f0a3
Author: stack <st...@apache.org>
Authored: Wed Jul 16 11:05:47 2014 -0700
Committer: stack <st...@apache.org>
Committed: Wed Jul 16 11:05:47 2014 -0700

----------------------------------------------------------------------
 pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/8603da0d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b417d47..b58397c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -804,13 +804,13 @@
             <configuration>
               <navigShowtitles>true</navigShowtitles>
               <chunkedOutput>true</chunkedOutput>
-              <imgSrcPath>${basedir}/src/main/docbkx/images/</imgSrcPath>
+              <imgSrcPath>${basedir}/src/main/site/resources/images/</imgSrcPath>
               <htmlStylesheet>../css/freebsd_docbook.css</htmlStylesheet>
               <targetDirectory>${basedir}/target/docbkx/book</targetDirectory>
               <preProcess>
                 <copy todir="target/docbkx/book">
-                  <fileset dir="src/main/docbkx/images/" />
-                  <fileset dir="src/main/docbkx/css/" />
+                    <fileset dir="src/main/site/resources/images/" />
+                    <fileset dir="src/main/site/resources/css/" />
                 </copy>
               </preProcess>
             </configuration>
@@ -822,13 +822,13 @@
             </goals>
             <phase>pre-site</phase>
             <configuration>
-              <imgSrcPath>${basedir}/src/main/docbkx/images/</imgSrcPath>
+                <imgSrcPath>${basedir}/src/main/site/resources/images/</imgSrcPath>
               <htmlStylesheet>css/freebsd_docbook.css</htmlStylesheet>
               <targetDirectory>${basedir}/target/docbkx/</targetDirectory>
               <preProcess>
                 <copy todir="target/docbkx/book">
-                  <fileset dir="src/main/docbkx/images/" />
-                  <fileset dir="src/main/docbkx/css/" />
+                    <fileset dir="src/main/site/resources/images/" />
+                    <fileset dir="src/main/site/resources/css/" />
                 </copy>
               </preProcess>
             </configuration>