[jtimer] branch develop updated (a32e051 -> 112ca20)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git from a32e051 refs #956: Make webstart starts more friendly (fix jnlp url) new 112ca20 fixes #1128: Migrates to git (fix multilang site urls) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 112ca206ae4b8277fef775efa242f4e70d483744 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Oct 27 10:47:16 2014 +0100 fixes #1128: Migrates to git (fix multilang site urls) Summary of changes: src/site/site_en.xml | 2 +- src/site/site_fr.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See http://git.chorem.org/jtimer.git commit 112ca206ae4b8277fef775efa242f4e70d483744 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Oct 27 10:47:16 2014 +0100 fixes #1128: Migrates to git (fix multilang site urls) --- src/site/site_en.xml | 2 +- src/site/site_fr.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/site_en.xml b/src/site/site_en.xml index b880ab9..e05ecb4 100644 --- a/src/site/site_en.xml +++ b/src/site/site_en.xml @@ -66,7 +66,7 @@ <breadcrumbs> <item name="${project.name}" href="${project.url}/index.html"/> - <item name="${project.version}" href="${project.url}/v/${siteDeployClassifier}/fr/index.html"/> + <item name="${project.version}" href="${project.url}/v/${siteDeployClassifier}/en/index.html"/> </breadcrumbs> <menu name="Users" inherit="top"> diff --git a/src/site/site_fr.xml b/src/site/site_fr.xml index 6608e4a..63d01f0 100644 --- a/src/site/site_fr.xml +++ b/src/site/site_fr.xml @@ -66,7 +66,7 @@ <breadcrumbs> <item name="${project.name}" href="${project.url}/index.html"/> - <item name="${project.version}" href="${project.url}/v/${siteDeployClassifier}/fr/index.html"/> + <item name="${project.version}" href="${project.url}/v/${siteDeployClassifier}/index.html"/> </breadcrumbs> <menu name="Utilisateurs" inherit="top"> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm