You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/07/30 14:35:13 UTC

syncope git commit: [SYNCOPE-700] Adjusting image refs

Repository: syncope
Updated Branches:
  refs/heads/master 575f02b4a -> 924ce3e03


[SYNCOPE-700] Adjusting image refs


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/924ce3e0
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/924ce3e0
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/924ce3e0

Branch: refs/heads/master
Commit: 924ce3e036a1481d72dd7218dfcf3b0e55e16d4a
Parents: 575f02b
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Sat Jul 30 16:34:44 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Sat Jul 30 16:34:44 2016 +0200

----------------------------------------------------------------------
 pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/924ce3e0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b1b3295..49bb331 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1834,7 +1834,6 @@ under the License.
             <configuration>
               <doctype>book</doctype>
               <relativeBaseDir>true</relativeBaseDir>
-              <imagesDir>${basedir}/src/main/asciidoc/images</imagesDir>
               <sourceHighlighter>highlightjs</sourceHighlighter>
               <attributes>
                 <docVersion>${project.version}</docVersion>
@@ -1858,6 +1857,7 @@ under the License.
                 <configuration>
                   <sourceDocumentName>getting-started/getting-started.adoc</sourceDocumentName>
                   <backend>html</backend>
+		  <imagesDir>./images</imagesDir>
                 </configuration>
               </execution>
               <execution>
@@ -1869,6 +1869,7 @@ under the License.
                 <configuration>
                   <sourceDocumentName>getting-started/getting-started.adoc</sourceDocumentName>
                   <backend>pdf</backend>
+		  <imagesDir>${basedir}/src/main/asciidoc/images</imagesDir>
                   <attributes>
                     <pdf-stylesdir>${basedir}/src/main/asciidoc</pdf-stylesdir>
                     <pdf-style>syncope</pdf-style>
@@ -1884,6 +1885,7 @@ under the License.
                 <configuration>
                   <sourceDocumentName>reference-guide/reference-guide.adoc</sourceDocumentName>
                   <backend>html</backend>
+		  <imagesDir>./images</imagesDir>
                 </configuration>
               </execution>
               <execution>
@@ -1895,6 +1897,7 @@ under the License.
                 <configuration>
                   <sourceDocumentName>reference-guide/reference-guide.adoc</sourceDocumentName>
                   <backend>pdf</backend>
+		  <imagesDir>${basedir}/src/main/asciidoc/images</imagesDir>
                   <attributes>
                     <pdf-stylesdir>${basedir}/src/main/asciidoc</pdf-stylesdir>
                     <pdf-style>syncope</pdf-style>