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 2018/12/06 09:06:38 UTC

[syncope] branch 2_1_X updated: Moving console and enduser instructions to their own subsections

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 9dd2303  Moving console and enduser instructions to their own subsections
9dd2303 is described below

commit 9dd230397ab5da685f2a86788a728d60be677fb6
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Dec 6 10:06:10 2018 +0100

    Moving console and enduser instructions to their own subsections
---
 .../workingwithapachesyncope/customization.adoc    | 52 ++++++++++++----------
 1 file changed, 29 insertions(+), 23 deletions(-)

diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
index fe738e5..0f23ec7 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
@@ -311,7 +311,7 @@ becomes:
 ====
 
 [discrete]
-===== Select the <<flowable-user-workflow-adapter>>
+===== Enable the <<flowable-user-workflow-adapter>>
 
 Add the following dependency to `core/pom.xml`:
 
@@ -326,28 +326,6 @@ Add the following dependency to `core/pom.xml`:
 
 Copy `core/src/main/resources/all/workflow.properties` to `core/src/main/resources/workflow.properties`.
 
-Add the following dependency to `console/pom.xml`:
-
-[source,xml,subs="verbatim,attributes"]
-----
-<dependency>
-  <groupId>org.apache.syncope.ext.flowable</groupId>
-  <artifactId>syncope-ext-flowable-client-console</artifactId>
-  <version>${syncope.version}</version>
-</dependency>
-----
-
-Add the following dependency to `enduser/pom.xml`:
-
-[source,xml,subs="verbatim,attributes"]
-----
-<dependency>
-  <groupId>org.apache.syncope.ext.flowable</groupId>
-  <artifactId>syncope-ext-flowable-client-enduser</artifactId>
-  <version>${syncope.version}</version>
-</dependency>
-----
-
 [discrete]
 ===== Enable the <<apache-camel-provisioning-manager>>
 
@@ -569,6 +547,20 @@ implementations, their package *must* be rooted under `org.apache.syncope.client
 available at runtime.
 
 [discrete]
+===== Enable the <<flowable-user-workflow-adapter>>
+
+Add the following dependency to `console/pom.xml`:
+
+[source,xml,subs="verbatim,attributes"]
+----
+<dependency>
+  <groupId>org.apache.syncope.ext.flowable</groupId>
+  <artifactId>syncope-ext-flowable-client-console</artifactId>
+  <version>${syncope.version}</version>
+</dependency>
+----
+
+[discrete]
 ===== Enable the <<apache-camel-provisioning-manager>>
 
 Add the following dependency to `console/pom.xml`:
@@ -639,6 +631,20 @@ The files in use by the Apache Wicket-based backend are still subject to the gen
 <<override-behavior,override behavior>>, instead.
 
 [discrete]
+===== Enable the <<flowable-user-workflow-adapter>>
+
+Add the following dependency to `enduser/pom.xml`:
+
+[source,xml,subs="verbatim,attributes"]
+----
+<dependency>
+  <groupId>org.apache.syncope.ext.flowable</groupId>
+  <artifactId>syncope-ext-flowable-client-enduser</artifactId>
+  <version>${syncope.version}</version>
+</dependency>
+----
+
+[discrete]
 ===== Enable the <<saml-2-0-service-provider>> extension
 
 Add the following dependencies to `enduser/pom.xml`: