[1/2] syncope git commit: Fixing typo

2017-03-07 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X fbeeecd3e -> 72a1f085d
  refs/heads/master a8827b524 -> e38c042d8


Fixing typo


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

Branch: refs/heads/2_0_X
Commit: 72a1f085d7e955d6d0f1bf893a67d7c43056fa3a
Parents: fbeeecd
Author: Francesco Chicchiriccò 
Authored: Tue Mar 7 10:19:19 2017 +0100
Committer: Francesco Chicchiriccò 
Committed: Tue Mar 7 10:19:19 2017 +0100

--
 .../reference-guide/workingwithapachesyncope/migration.adoc| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/72a1f085/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc
--
diff --git 
a/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc 
b/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc
index de351a9..aaa54cd 100644
--- a/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc
+++ b/src/main/asciidoc/reference-guide/workingwithapachesyncope/migration.adoc
@@ -70,18 +70,18 @@ follows:
 
 .On GNU / Linux - Mac OS X
 
-./syncopeadm.sh migrate --conf /path/to/context.xml 
/dest/path/to/MasterContent.xml
+./syncopeadm.sh migrate --conf /path/to/content.xml 
/dest/path/to/MasterContent.xml
 
 
 .On Windows
 
-syncopeadm.bat migrate --conf \path\to\context.xml 
\dest\path\to\MasterContent.xml
+syncopeadm.bat migrate --conf \path\to\content.xml 
\dest\path\to\MasterContent.xml
 
 
 The result of this invocation is the generated `MasterContent.xml` file and 
possibly an output message such as the following:
 
 
-You are running: migrate --conf /path/to/context.xml 
/dest/path/to/MasterContent.xml
+You are running: migrate --conf /path/to/content.xml 
/dest/path/to/MasterContent.xml
 
 Virtual items, require manual intervention:
 



[1/2] syncope git commit: Fixing typo

2016-11-23 Thread ilgrosso
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 2d3879ddb -> 831a9ffe3
  refs/heads/master f0a12dac8 -> d490b45c1


Fixing typo


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

Branch: refs/heads/2_0_X
Commit: 831a9ffe32a0258e58f7d84354b010918faab14c
Parents: 2d3879d
Author: Francesco Chicchiriccò 
Authored: Wed Nov 23 12:45:19 2016 +0100
Committer: Francesco Chicchiriccò 
Committed: Wed Nov 23 12:45:19 2016 +0100

--
 .../reference-guide/workingwithapachesyncope/customization.adoc| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/831a9ffe/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
--
diff --git 
a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc 
b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
index e2edd24..a3663c8 100644
--- 
a/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
+++ 
b/src/main/asciidoc/reference-guide/workingwithapachesyncope/customization.adoc
@@ -133,7 +133,7 @@ straightforward: just add the `` below to 
`enduser/pom.xml`:
   debug
 
   
-
+
   
 org.codehaus.cargo
 cargo-maven2-plugin