This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new ae22b00 Adjusting links for pgjsob instructions
ae22b00 is described below
commit ae22b007077948659bd01f9c9eefd1c740d7f353
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jan 18 09:13:01 2019 +0100
Adjusting links for pgjsob instructions
---
.../workingwithapachesyncope/systemadministration/dbms.adoc | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git
a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc
b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/dbms.adoc
index ee7958a..c9802ec 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/2_1_X/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"]
@@ -134,10 +141,10 @@ then save both 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/2_1_X/core/persistence-jpa-json/src/main/resources/pgjsonb/domains/MasterContent.xml[MasterContent.xml^]
+https://github.com/apache/syncope/blob/2_1_X/core/persistence-jpa-json/src/test/resources/pgjsonb/domains/MasterContent.xml[MasterContent.xml^]
endif::[]
and save it under `core/src/test/resources/`.