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/07/13 14:58:09 UTC

[3/7] syncope git commit: Fix whitespace

Fix whitespace


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

Branch: refs/heads/master
Commit: e752f45334ed6b7740e26c8fbfe8f913d44150d8
Parents: c14e9e4
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Jul 13 14:46:30 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Jul 13 14:46:44 2018 +0200

----------------------------------------------------------------------
 src/site/xdoc/building.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/e752f453/src/site/xdoc/building.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index 9d0fb5b..e95046e 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.xml
@@ -105,7 +105,7 @@ under the License.
         in <a href="docs/getting-started.html#paths-and-components">embedded mode</a>
         but console) and enables remote JPDA debugging on port 8000 in the running Java EE container (Tomcat).
         <source>$ mvn -Pdebug,all</source>
-        or, without Flowable and Camel support
+        or, without extensions
         <source>$ mvn -Pdebug</source>
 
         <p>
@@ -187,7 +187,7 @@ under the License.
         <p>
           Once started in debug mode, the test cases can be executed as follows:
           <source>$ cd target/enduser-test
-            $ nodejs/node/node nodejs/bin/protractor protractor-conf.js</source>
+$ nodejs/node/node nodejs/bin/protractor protractor-conf.js</source>
           where the actual tests to be run can be selected by modifying the <code>protractor-conf.js</code> content.
         </p>