Author: tchemit Date: 2012-12-18 01:13:03 +0100 (Tue, 18 Dec 2012) New Revision: 3665 Url: http://chorem.org/projects/lima/repository/revisions/3665 Log: fix site descriptors Modified: trunk/lima-business-api/src/site/site_fr.xml trunk/lima-business/src/site/site_fr.xml trunk/lima-callao/src/site/site_fr.xml trunk/lima-swing/src/site/site_fr.xml trunk/src/site/site_fr.xml Modified: trunk/lima-business/src/site/site_fr.xml =================================================================== --- trunk/lima-business/src/site/site_fr.xml 2012-12-18 00:12:42 UTC (rev 3664) +++ trunk/lima-business/src/site/site_fr.xml 2012-12-18 00:13:03 UTC (rev 3665) @@ -51,11 +51,11 @@ <footer> - <div id='projectMetas' + <div id='projectMetas' locale='fr' projectversion='${project.version}' platform='${project.platform}' projectid='${project.projectId}' - scm='${project.scm.connection}' + scm='${project.scm.developerConnection}' scmwebeditorenabled='${project.scmwebeditorEnabled}' scmwebeditorurl='${project.scmwebeditorUrl}' siteSourcesType='${project.siteSourcesType}' Modified: trunk/lima-business-api/src/site/site_fr.xml =================================================================== --- trunk/lima-business-api/src/site/site_fr.xml 2012-12-18 00:12:42 UTC (rev 3664) +++ trunk/lima-business-api/src/site/site_fr.xml 2012-12-18 00:13:03 UTC (rev 3665) @@ -51,11 +51,11 @@ <footer> - <div id='projectMetas' + <div id='projectMetas' locale='fr' projectversion='${project.version}' platform='${project.platform}' projectid='${project.projectId}' - scm='${project.scm.connection}' + scm='${project.scm.developerConnection}' scmwebeditorenabled='${project.scmwebeditorEnabled}' scmwebeditorurl='${project.scmwebeditorUrl}' siteSourcesType='${project.siteSourcesType}' Modified: trunk/lima-callao/src/site/site_fr.xml =================================================================== --- trunk/lima-callao/src/site/site_fr.xml 2012-12-18 00:12:42 UTC (rev 3664) +++ trunk/lima-callao/src/site/site_fr.xml 2012-12-18 00:13:03 UTC (rev 3665) @@ -51,11 +51,11 @@ <footer> - <div id='projectMetas' + <div id='projectMetas' locale='fr' projectversion='${project.version}' platform='${project.platform}' projectid='${project.projectId}' - scm='${project.scm.connection}' + scm='${project.scm.developerConnection}' scmwebeditorenabled='${project.scmwebeditorEnabled}' scmwebeditorurl='${project.scmwebeditorUrl}' siteSourcesType='${project.siteSourcesType}' Modified: trunk/lima-swing/src/site/site_fr.xml =================================================================== --- trunk/lima-swing/src/site/site_fr.xml 2012-12-18 00:12:42 UTC (rev 3664) +++ trunk/lima-swing/src/site/site_fr.xml 2012-12-18 00:13:03 UTC (rev 3665) @@ -51,11 +51,11 @@ <footer> - <div id='projectMetas' + <div id='projectMetas' locale='fr' projectversion='${project.version}' platform='${project.platform}' projectid='${project.projectId}' - scm='${project.scm.connection}' + scm='${project.scm.developerConnection}' scmwebeditorenabled='${project.scmwebeditorEnabled}' scmwebeditorurl='${project.scmwebeditorUrl}' siteSourcesType='${project.siteSourcesType}' Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2012-12-18 00:12:42 UTC (rev 3664) +++ trunk/src/site/site_fr.xml 2012-12-18 00:13:03 UTC (rev 3665) @@ -39,7 +39,7 @@ <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.2.1</version> + <version>1.3.0</version> </skin> <custom> @@ -57,14 +57,14 @@ <poweredBy> <logo href="http://maven.apache.org" name="Maven" - img="http://maven-site.nuiton.org/jrst/images/logos/maven-feather.png"/> + img="http://maven-site.nuiton.org/public/images/logos/maven-feather.png"/> <logo href="http://maven-site.nuiton.org/jrst/" name="JRst" - img="http://maven-site.nuiton.org/jrst/images/jrst-logo.png"/> + img="http://maven-site.nuiton.org/public/images/logos/jrst-logo.png"/> <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" - img="http://maven-site.nuiton.org/jrst/images/restructuredtext-logo.png"/> + img="http://maven-site.nuiton.org/public/images/logos/restructuredtext-logo.png"/> <logo href="http://maven-site.nuiton.org/jaxx/" name="Jaxx" - img="${project.url}/images/jaxx-logo.png"/> + img="http://maven-site.nuiton.org/public/images/logos/jaxx-logo.png"/> </poweredBy> <body> @@ -114,11 +114,11 @@ <footer> - <div id='projectMetas' + <div id='projectMetas' locale='fr' projectversion='${project.version}' platform='${project.platform}' projectid='${project.projectId}' - scm='${project.scm.connection}' + scm='${project.scm.developerConnection}' scmwebeditorenabled='${project.scmwebeditorEnabled}' scmwebeditorurl='${project.scmwebeditorUrl}' siteSourcesType='${project.siteSourcesType}'