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 2019/01/18 08:13:23 UTC

[syncope] branch master updated: Adjusting links for pgjsob instructions

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5534044  Adjusting links for pgjsob instructions
5534044 is described below

commit 553404490ec968fef1ee196b8f179b1ed7ab3b0c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Jan 18 09:13:11 2019 +0100

    Adjusting links for pgjsob instructions
---
 .../workingwithapachesyncope/systemadministration/dbms.adoc | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc
index 929ff08..bea3e29 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc
@@ -118,6 +118,13 @@ database `syncope` fully accessible by user `syncope` with password `syncope`.
 
 Download
 ifeval::["{snapshotOrRelease}" == "release"]
+https://github.com/apache/syncope/blob/syncope-{docVersion}/core/persistence-jpa-json/src/main/resources/pgjsonb/domains/MasterContent.xml[MasterContent.xml^]
+endif::[]
+ifeval::["{snapshotOrRelease}" == "snapshot"]
+https://github.com/apache/syncope/blob/master/core/persistence-jpa-json/src/main/resources/pgjsonb/domains/MasterContent.xml[MasterContent.xml^]
+endif::[]
+,
+ifeval::["{snapshotOrRelease}" == "release"]
 https://github.com/apache/syncope/blob/syncope-{docVersion}/core/persistence-jpa-json/src/main/resources/pgjsonb/indexes.xml[indexes.xml^]
 endif::[]
 ifeval::["{snapshotOrRelease}" == "snapshot"]
@@ -130,14 +137,14 @@ endif::[]
 ifeval::["{snapshotOrRelease}" == "snapshot"]
 https://github.com/apache/syncope/blob/master/core/persistence-jpa-json/src/main/resources/pgjsonb/views.xml[views.xml^]
 endif::[]
-then save both under `core/src/main/resources/`.
+then save all under `core/src/main/resources/`.
 
 Download
 ifeval::["{snapshotOrRelease}" == "release"]
-https://github.com/apache/syncope/blob/syncope-{docVersion}/core/persistence-jpa-json/src/main/resources/pgjsonb/domains/MasterContent.xml[MasterContent.xml^]
+https://github.com/apache/syncope/blob/syncope-{docVersion}/core/persistence-jpa-json/src/test/resources/pgjsonb/domains/MasterContent.xml[MasterContent.xml^]
 endif::[]
 ifeval::["{snapshotOrRelease}" == "snapshot"]
-https://github.com/apache/syncope/blob/master/core/persistence-jpa-json/src/main/resources/pgjsonb/domains/MasterContent.xml[MasterContent.xml^]
+https://github.com/apache/syncope/blob/master/core/persistence-jpa-json/src/test/resources/pgjsonb/domains/MasterContent.xml[MasterContent.xml^]
 endif::[]
 and save it under `core/src/test/resources/`.