From tchemit@users.nuiton.org Wed Jan 8 19:55:30 2014 From: tchemit@users.nuiton.org To: jaxx-commits@list.nuiton.org Subject: [Jaxx-commits] r2765 - in trunk: . jaxx-compiler/src/site jaxx-config/src/site jaxx-demo jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor jaxx-demo/src/site jaxx-demo/src/site/rst jaxx-maven-plugin/src/site jaxx-runtime/src/site jaxx-swing-action/src/site jaxx-validator/src/site jaxx-widgets/src/site src/site Date: Wed, 08 Jan 2014 19:55:30 +0100 Message-ID: <20140108185530.9E5B3181D57@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7689186450466639347==" --===============7689186450466639347== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: tchemit Date: 2014-01-08 19:55:30 +0100 (Wed, 08 Jan 2014) New Revision: 2765 Url: http://nuiton.org/projects/jaxx/repository/revisions/2765 Log: fixes #2998: Updates mavenpom to 4.5 Modified: trunk/jaxx-compiler/src/site/site_fr.xml trunk/jaxx-config/src/site/site_fr.xml trunk/jaxx-demo/pom.xml trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/CoordinateDe= mo.css trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/CoordinateDe= mo.jaxx trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/CoordinateDe= moHandler.java trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/CoordinateDe= moModel.java trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/SimpleTimeEd= itorDemo.css trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/SimpleTimeEd= itorDemo.jaxx trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/SimpleTimeEd= itorDemoHandler.java trunk/jaxx-demo/src/site/rst/index.rst trunk/jaxx-demo/src/site/site_fr.xml trunk/jaxx-maven-plugin/src/site/site_fr.xml trunk/jaxx-runtime/src/site/site_fr.xml trunk/jaxx-swing-action/src/site/site_fr.xml trunk/jaxx-validator/src/site/site_fr.xml trunk/jaxx-widgets/src/site/site_fr.xml trunk/pom.xml trunk/src/site/site_fr.xml Modified: trunk/jaxx-compiler/src/site/site_fr.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-compiler/src/site/site_fr.xml 2013-11-28 17:33:52 UTC (rev 276= 4) +++ trunk/jaxx-compiler/src/site/site_fr.xml 2014-01-08 18:55:30 UTC (rev 276= 5) @@ -28,7 +28,7 @@ =20 ${project.name} - http://maven-site.chorem.org/public/images/logos/jaxx-logo.png + ${mavenpomSiteCommonResourcesUrl}/images/logos/jaxx-logo.png index.html =20 @@ -36,11 +36,11 @@ =20 =20 + href=3D"${mavenpomSiteCommonResourcesUrl}/css/mavenpom-site.css"= /> =20 @@ -66,7 +66,8 @@ scmwebeditorurl=3D'${project.scmwebeditorUrl}' siteSourcesType=3D'${project.siteSourcesType}' piwikEnabled=3D'${project.piwikEnabled}' - piwikId=3D'${project.piwikId}'> + piwikId=3D'${project.piwikId}' + scmwebeditor_skipDefaultFiles=3D"true"> =20 Modified: trunk/jaxx-config/src/site/site_fr.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-config/src/site/site_fr.xml 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/jaxx-config/src/site/site_fr.xml 2014-01-08 18:55:30 UTC (rev 2765) @@ -28,7 +28,7 @@ =20 ${project.name} - http://maven-site.chorem.org/public/images/logos/jaxx-logo.png + ${mavenpomSiteCommonResourcesUrl}/images/logos/jaxx-logo.png index.html =20 @@ -36,11 +36,11 @@ =20 =20 + href=3D"${mavenpomSiteCommonResourcesUrl}/css/mavenpom-site.css"= /> =20 Modified: trunk/jaxx-demo/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-demo/pom.xml 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/jaxx-demo/pom.xml 2014-01-08 18:55:30 UTC (rev 2765) @@ -54,6 +54,8 @@ =20 false + + 1.0-beta-5-SNAPSHOT =20 @@ -304,6 +306,7 @@ + package @@ -336,7 +339,7 @@ generate-jnlp package - jnlp-inline + jnlp-single2 Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/Coord= inateDemo.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/CoordinateD= emo.css 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/CoordinateD= emo.css 2014-01-08 18:55:30 UTC (rev 2765) @@ -1,3 +1,26 @@ +/* + * #%L + * JAXX :: Demo + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as=20 + * published by the Free Software Foundation, either version 3 of the=20 + * License, or (at your option) any later version. + *=20 + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + *=20 + * You should have received a copy of the GNU General Lesser Public=20 + * License along with this program. If not, see + * . + * #L% + */ =20 #config { border: {new TitledBorder(_("jaxxdemo.numbereditor.configuration"))}; Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/Coord= inateDemo.jaxx =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/CoordinateD= emo.jaxx 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/CoordinateD= emo.jaxx 2014-01-08 18:55:30 UTC (rev 2765) @@ -1,3 +1,26 @@ + =20 Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/Coord= inateDemoHandler.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/CoordinateD= emoHandler.java 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/CoordinateD= emoHandler.java 2014-01-08 18:55:30 UTC (rev 2765) @@ -1,5 +1,29 @@ package jaxx.demo.component.jaxx.editor; =20 +/* + * #%L + * JAXX :: Demo + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as=20 + * published by the Free Software Foundation, either version 3 of the=20 + * License, or (at your option) any later version. + *=20 + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + *=20 + * You should have received a copy of the GNU General Lesser Public=20 + * License along with this program. If not, see + * . + * #L% + */ + import jaxx.runtime.spi.UIHandler; import jaxx.runtime.swing.editor.gis.DmdCoordinate; import jaxx.runtime.swing.editor.gis.DmsCoordinate; Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/Coord= inateDemoModel.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/CoordinateD= emoModel.java 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/CoordinateD= emoModel.java 2014-01-08 18:55:30 UTC (rev 2765) @@ -1,5 +1,29 @@ package jaxx.demo.component.jaxx.editor; =20 +/* + * #%L + * JAXX :: Demo + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as=20 + * published by the Free Software Foundation, either version 3 of the=20 + * License, or (at your option) any later version. + *=20 + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + *=20 + * You should have received a copy of the GNU General Lesser Public=20 + * License along with this program. If not, see + * . + * #L% + */ + import org.jdesktop.beans.AbstractSerializableBean; =20 /** Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/Simpl= eTimeEditorDemo.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/SimpleTimeE= ditorDemo.css 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/SimpleTimeE= ditorDemo.css 2014-01-08 18:55:30 UTC (rev 2765) @@ -1,23 +1,23 @@ /* * #%L * JAXX :: Demo - * + * * * $Id$ * $HeadURL$ * %% * Copyright (C) 2008 - 2010 CodeLutin * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the + * it under the terms of the GNU Lesser General Public License as=20 + * published by the Free Software Foundation, either version 3 of the=20 * License, or (at your option) any later version. - * + *=20 * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public + *=20 + * You should have received a copy of the GNU General Lesser Public=20 * License along with this program. If not, see * . * #L% Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/Simpl= eTimeEditorDemo.jaxx =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/SimpleTimeE= ditorDemo.jaxx 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/SimpleTimeE= ditorDemo.jaxx 2014-01-08 18:55:30 UTC (rev 2765) @@ -1,3 +1,26 @@ + =20 Modified: trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/Simpl= eTimeEditorDemoHandler.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/SimpleTimeE= ditorDemoHandler.java 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/editor/SimpleTimeE= ditorDemoHandler.java 2014-01-08 18:55:30 UTC (rev 2765) @@ -1,5 +1,29 @@ package jaxx.demo.component.jaxx.editor; =20 +/* + * #%L + * JAXX :: Demo + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2008 - 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as=20 + * published by the Free Software Foundation, either version 3 of the=20 + * License, or (at your option) any later version. + *=20 + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + *=20 + * You should have received a copy of the GNU General Lesser Public=20 + * License along with this program. If not, see + * . + * #L% + */ + import jaxx.runtime.spi.UIHandler; =20 /** Modified: trunk/jaxx-demo/src/site/rst/index.rst =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-demo/src/site/rst/index.rst 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/jaxx-demo/src/site/rst/index.rst 2014-01-08 18:55:30 UTC (rev 2765) @@ -56,7 +56,7 @@ =20 .. _Java Web Start: http://java.sun.com/products/javawebstart/ =20 -.. |webstart| image:: http://maven-site.nuiton.org/public/images/logos//webs= tart.gif +.. |webstart| image:: ${mavenpomSiteCommonResourcesUrl}/images/logos/webstar= t.gif =20 .. _following link: ./jnlp/launch.jnlp =20 Modified: trunk/jaxx-demo/src/site/site_fr.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-demo/src/site/site_fr.xml 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/jaxx-demo/src/site/site_fr.xml 2014-01-08 18:55:30 UTC (rev 2765) @@ -27,24 +27,24 @@ =20 ${project.name} - http://maven-site.chorem.org/public/images/logos/jaxx-logo.png + ${mavenpomSiteCommonResourcesUrl}/images/logos/jaxx-logo.png index.html =20 + img=3D"${mavenpomSiteCommonResourcesUrl}/images/logos/jaxx-logo.pn= g"/> =20 =20 =20 + href=3D"${mavenpomSiteCommonResourcesUrl}/css/mavenpom-site.css"= /> =20 @@ -73,7 +73,8 @@ scmwebeditorurl=3D'${project.scmwebeditorUrl}' siteSourcesType=3D'${project.siteSourcesType}' piwikEnabled=3D'${project.piwikEnabled}' - piwikId=3D'${project.piwikId}'> + piwikId=3D'${project.piwikId}' + scmwebeditor_skipDefaultFiles=3D"true"> =20 Modified: trunk/jaxx-maven-plugin/src/site/site_fr.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-maven-plugin/src/site/site_fr.xml 2013-11-28 17:33:52 UTC (rev= 2764) +++ trunk/jaxx-maven-plugin/src/site/site_fr.xml 2014-01-08 18:55:30 UTC (rev= 2765) @@ -28,7 +28,7 @@ =20 ${project.name} - http://maven-site.nuiton.org/public/images/logos/jaxx-logo.png + ${mavenpomSiteCommonResourcesUrl}/images/logos/jaxx-logo.png index.html =20 @@ -36,11 +36,11 @@ =20 =20 + href=3D"${mavenpomSiteCommonResourcesUrl}/css/mavenpom-site.css"= /> =20 @@ -74,7 +74,8 @@ scmwebeditorurl=3D'${project.scmwebeditorUrl}' siteSourcesType=3D'${project.siteSourcesType}' piwikEnabled=3D'${project.piwikEnabled}' - piwikId=3D'${project.piwikId}'> + piwikId=3D'${project.piwikId}' + scmwebeditor_skipDefaultFiles=3D"true"> =20 Modified: trunk/jaxx-runtime/src/site/site_fr.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-runtime/src/site/site_fr.xml 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/jaxx-runtime/src/site/site_fr.xml 2014-01-08 18:55:30 UTC (rev 2765) @@ -28,7 +28,7 @@ =20 ${project.name} - http://maven-site.chorem.org/public/images/logos/jaxx-logo.png + ${mavenpomSiteCommonResourcesUrl}/images/logos/jaxx-logo.png index.html =20 @@ -36,11 +36,11 @@ =20 =20 + href=3D"${mavenpomSiteCommonResourcesUrl}/css/mavenpom-site.css"= /> =20 @@ -68,7 +68,8 @@ scmwebeditorurl=3D'${project.scmwebeditorUrl}' siteSourcesType=3D'${project.siteSourcesType}' piwikEnabled=3D'${project.piwikEnabled}' - piwikId=3D'${project.piwikId}'> + piwikId=3D'${project.piwikId}' + scmwebeditor_skipDefaultFiles=3D"true"> Modified: trunk/jaxx-swing-action/src/site/site_fr.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-swing-action/src/site/site_fr.xml 2013-11-28 17:33:52 UTC (rev= 2764) +++ trunk/jaxx-swing-action/src/site/site_fr.xml 2014-01-08 18:55:30 UTC (rev= 2765) @@ -78,7 +78,7 @@
=20 =20
+ piwikId=3D'${project.piwikId}' + scmwebeditor_skipDefaultFiles=3D"true">
=20 Modified: trunk/jaxx-validator/src/site/site_fr.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-validator/src/site/site_fr.xml 2013-11-28 17:33:52 UTC (rev 27= 64) +++ trunk/jaxx-validator/src/site/site_fr.xml 2014-01-08 18:55:30 UTC (rev 27= 65) @@ -28,7 +28,7 @@ =20 ${project.name} - http://maven-site.chorem.org/public/images/logos/jaxx-logo.png + ${mavenpomSiteCommonResourcesUrl}/images/logos/jaxx-logo.png index.html =20 @@ -36,11 +36,11 @@ =20 =20 + href=3D"${mavenpomSiteCommonResourcesUrl}/css/mavenpom-site.css"= /> =20 @@ -66,7 +66,8 @@ scmwebeditorurl=3D'${project.scmwebeditorUrl}' siteSourcesType=3D'${project.siteSourcesType}' piwikEnabled=3D'${project.piwikEnabled}' - piwikId=3D'${project.piwikId}'> + piwikId=3D'${project.piwikId}' + scmwebeditor_skipDefaultFiles=3D"true"> =20 Modified: trunk/jaxx-widgets/src/site/site_fr.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jaxx-widgets/src/site/site_fr.xml 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/jaxx-widgets/src/site/site_fr.xml 2014-01-08 18:55:30 UTC (rev 2765) @@ -28,7 +28,7 @@ =20 ${project.name} - http://maven-site.chorem.org/public/images/logos/jaxx-logo.png + ${mavenpomSiteCommonResourcesUrl}/images/logos/jaxx-logo.png index.html =20 @@ -36,11 +36,11 @@ =20 =20 + href=3D"${mavenpomSiteCommonResourcesUrl}/css/mavenpom-site.css"= /> =20 @@ -66,7 +66,8 @@ scmwebeditorurl=3D'${project.scmwebeditorUrl}' siteSourcesType=3D'${project.siteSourcesType}' piwikEnabled=3D'${project.piwikEnabled}' - piwikId=3D'${project.piwikId}'> + piwikId=3D'${project.piwikId}' + scmwebeditor_skipDefaultFiles=3D"true"> =20 Modified: trunk/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/pom.xml 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/pom.xml 2014-01-08 18:55:30 UTC (rev 2765) @@ -30,7 +30,7 @@ org.nuiton mavenpom4redmineAndCentral - 4.3 + 4.5 =20 jaxx Modified: trunk/src/site/site_fr.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/src/site/site_fr.xml 2013-11-28 17:33:52 UTC (rev 2764) +++ trunk/src/site/site_fr.xml 2014-01-08 18:55:30 UTC (rev 2765) @@ -29,7 +29,7 @@ org.apache.maven.skins maven-fluido-skin - 1.3.0 + ${fluidoSkinVersion} =20 @@ -44,7 +44,7 @@ =20 ${project.name} - http://maven-site.nuiton.org/public/images/logos/jaxx-logo.png + ${mavenpomSiteCommonResourcesUrl}/images/logos/jaxx-logo.png index.html =20 @@ -58,23 +58,23 @@ =20 + img=3D"${mavenpomSiteCommonResourcesUrl}/images/logos/maven-feathe= r.png"/> + img=3D"${mavenpomSiteCommonResourcesUrl}/images/logos/jrst-logo.pn= g"/> + img=3D"${mavenpomSiteCommonResourcesUrl}/images/logos/restructured= text-logo.png"/> =20 =20 =20 + href=3D"${mavenpomSiteCommonResourcesUrl}/css/mavenpom-site.css"= /> =20 @@ -144,7 +144,8 @@ scmwebeditorurl=3D'${project.scmwebeditorUrl}' siteSourcesType=3D'${project.siteSourcesType}' piwikEnabled=3D'${project.piwikEnabled}' - piwikId=3D'${project.piwikId}'> + piwikId=3D'${project.piwikId}' + scmwebeditor_skipDefaultFiles=3D"true"> =20 --===============7689186450466639347==--