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 2017/04/20 14:55:56 UTC

[1/2] syncope git commit: [SYNCOPE-1069] Fix typo

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 3c873ebd8 -> bbbd0295d
  refs/heads/master dd034efbe -> 51ae1d5ef


[SYNCOPE-1069] Fix typo

Signed-off-by: Francesco Chicchiricc� <il...@apache.org>


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

Branch: refs/heads/2_0_X
Commit: bbbd0295d80a9de3331d03c750111d8d6dccc45c
Parents: 3c873eb
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Thu Apr 20 16:55:35 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Thu Apr 20 16:55:35 2017 +0200

----------------------------------------------------------------------
 .../systemadministration/highavailability.adoc                     | 2 +-
 .../systemadministration/javaeecontainer.adoc                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/bbbd0295/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/highavailability.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/highavailability.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/highavailability.adoc
index bcbb589..b7d53e7 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/highavailability.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/highavailability.adoc
@@ -43,7 +43,7 @@ classpath*:/coreContext.xml
 classpath*:/securityContext.xml
 classpath*:/logicContext.xml
 classpath*:/restCXFContext.xml
-classpath*:persistenceContext.xml
+classpath:/persistenceContext.xml
 classpath*:/provisioning*Context.xml
 classpath*:/workflow*Context.xml
 ....

http://git-wip-us.apache.org/repos/asf/syncope/blob/bbbd0295/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
index f5cc084..58c4b59 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
@@ -153,7 +153,7 @@ with
 classpath*:/coreContext.xml
 classpath*:/securityContext.xml
 classpath*:/logicContext.xml
-classpath*:restCXFContext.xml
+classpath:/restCXFContext.xml
 classpath*:/persistenceContext.xml
 classpath*:/provisioning*Context.xml
 classpath*:/workflow*Context.xml


[2/2] syncope git commit: [SYNCOPE-1069] Fix typo

Posted by il...@apache.org.
[SYNCOPE-1069] Fix typo

Signed-off-by: Francesco Chicchiricc� <il...@apache.org>


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

Branch: refs/heads/master
Commit: 51ae1d5ef0e1055f9789cc36bd85bbf28cd6413f
Parents: dd034ef
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Thu Apr 20 16:55:35 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Thu Apr 20 16:55:47 2017 +0200

----------------------------------------------------------------------
 .../systemadministration/highavailability.adoc                     | 2 +-
 .../systemadministration/javaeecontainer.adoc                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/51ae1d5e/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/highavailability.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/highavailability.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/highavailability.adoc
index 37a1dd5..5f5484d 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/highavailability.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/highavailability.adoc
@@ -43,7 +43,7 @@ classpath*:/coreContext.xml
 classpath*:/securityContext.xml
 classpath*:/logicContext.xml
 classpath*:/restCXFContext.xml
-classpath*:persistenceContext.xml
+classpath:/persistenceContext.xml
 classpath*:/provisioning*Context.xml
 classpath*:/workflow*Context.xml
 ....

http://git-wip-us.apache.org/repos/asf/syncope/blob/51ae1d5e/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
index 865045c..4111342 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/systemadministration/javaeecontainer.adoc
@@ -151,7 +151,7 @@ with
 classpath*:/coreContext.xml
 classpath*:/securityContext.xml
 classpath*:/logicContext.xml
-classpath*:restCXFContext.xml
+classpath:/restCXFContext.xml
 classpath*:/persistenceContext.xml
 classpath*:/provisioning*Context.xml
 classpath*:/workflow*Context.xml