You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/08/06 11:56:26 UTC

[isis] branch master updated: ISIS-1810 fixes asciidoc mvn build

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new d2453ff  ISIS-1810 fixes asciidoc mvn build
d2453ff is described below

commit d2453ff3e1fdff30dea5a9f3b742d154ebd9a254
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Aug 6 13:56:02 2018 +0200

    ISIS-1810 fixes asciidoc mvn build
    
    ... when checked out to an arbitrary folder
---
 adocs/documentation/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/adocs/documentation/pom.xml b/adocs/documentation/pom.xml
index 8da6604..d0de46a 100644
--- a/adocs/documentation/pom.xml
+++ b/adocs/documentation/pom.xml
@@ -52,10 +52,10 @@
 
         <build.dir>${project.basedir}/target/site</build.dir>
 
-	<!-- expected isis-site to be checked out to /c/ASF/isis/isis-site, vs /c/github/apache/isis -->
-        <isis-site-latest.dir>../../../../../ASF/isis/isis-site/latest</isis-site-latest.dir>
-        <isis-site-content.dir>../../../../../ASF/isis/isis-site/content</isis-site-content.dir>
-        <isis-site-search.dir>../../../../../ASF/isis/isis-site/search</isis-site-search.dir>
+	<!-- expects 'isis-site' to be checked out to the same parent directory as 'isis-master' -->
+        <isis-site-latest.dir>../../../isis-site/latest</isis-site-latest.dir>
+        <isis-site-content.dir>../../../isis-site/content</isis-site-content.dir>
+        <isis-site-search.dir>../../../isis-site/search</isis-site-search.dir>
         <message>updating content (built from adocs/documentation in isis.git repo)</message>
     </properties>