Author: echatellier Date: 2013-07-06 17:40:26 +0200 (Sat, 06 Jul 2013) New Revision: 128 Url: http://nuiton.org/projects/nuiton-js/repository/revisions/128 Log: Fix documentation Add svn ignore. Added: sandbox/nuiton-js-bootstrap/src/site/site_en.xml sandbox/nuiton-js-canjs/src/site/site_en.xml sandbox/nuiton-js-font-awesome/src/site/site_en.xml sandbox/nuiton-js-jqgrid/src/site/site_en.xml sandbox/nuiton-js-jqplot/src/site/site_en.xml sandbox/nuiton-js-jquery-i18n-properties/src/site/site_en.xml sandbox/nuiton-js-jquery-ui/src/site/site_en.xml sandbox/nuiton-js-jstree/src/site/site_en.xml sandbox/nuiton-js-moment/src/site/site_en.xml sandbox/nuiton-js-mustache/src/site/site_en.xml tags/nuiton-js-jquery-1.10.1-1/src/site/site_en.xml Removed: sandbox/nuiton-js-bootstrap/src/site/rst/index.rst~ sandbox/nuiton-js-bootstrap/src/site/site_fr.xml sandbox/nuiton-js-canjs/src/site/site_fr.xml sandbox/nuiton-js-font-awesome/src/site/site_fr.xml sandbox/nuiton-js-jqgrid/src/site/site_fr.xml sandbox/nuiton-js-jqplot/src/site/site_fr.xml sandbox/nuiton-js-jquery-i18n-properties/src/site/site_fr.xml sandbox/nuiton-js-jquery-ui/src/site/site_fr.xml sandbox/nuiton-js-jstree/src/site/site_fr.xml sandbox/nuiton-js-moment/pom.xml~ sandbox/nuiton-js-moment/src/site/site_fr.xml sandbox/nuiton-js-mustache/src/site/site_fr.xml tags/nuiton-js-jquery-1.10.1-1/src/site/site_fr.xml Modified: sandbox/nuiton-js-bootstrap/pom.xml sandbox/nuiton-js-canjs/pom.xml sandbox/nuiton-js-font-awesome/pom.xml sandbox/nuiton-js-jqgrid/pom.xml sandbox/nuiton-js-jqplot/pom.xml sandbox/nuiton-js-jquery-i18n-properties/pom.xml sandbox/nuiton-js-jquery-ui/pom.xml sandbox/nuiton-js-jquery-ui/src/site/rst/index.rst sandbox/nuiton-js-jstree/pom.xml sandbox/nuiton-js-moment/pom.xml sandbox/nuiton-js-mustache/pom.xml sandbox/nuiton-js-mustache/src/site/rst/index.rst.vm tags/nuiton-js-jquery-1.10.1-1/pom.xml tags/nuiton-js-jquery-1.10.1-1/src/site/rst/index.rst Modified: sandbox/nuiton-js-bootstrap/pom.xml =================================================================== --- sandbox/nuiton-js-bootstrap/pom.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-bootstrap/pom.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-lib</artifactId> - <version>1.0</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>nuiton-js-bootstrap</artifactId> Deleted: sandbox/nuiton-js-bootstrap/src/site/rst/index.rst~ =================================================================== --- sandbox/nuiton-js-bootstrap/src/site/rst/index.rst~ 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-bootstrap/src/site/rst/index.rst~ 2013-07-06 15:40:26 UTC (rev 128) @@ -1,43 +0,0 @@ -.. - -.. * #%L -.. * Nuiton JS :: Bootstrap -.. * $Id:$ -.. * $HeadURL:$ -.. * %% -.. * Copyright (C) 2012 - 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 -.. * published by the Free Software Foundation, either version 3 of the -.. * License, or (at your option) any later version. -.. * -.. * 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 -.. * License along with this program. If not, see -.. * <http://www.gnu.org/licenses/lgpl-3.0.html>. -.. * #L% -.. - - -Utilisation -=========== - -:: - - <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - - <link rel="stylesheet" type="text/css" href="<c:url value="/nuiton-js/bootstrap.css"/>" /> - <script language="javascript" type="text/javascript" src="<c:url value="/nuiton-js/bootstrap.js"/>"></script> - -JS disponible -------------- - -- bootstrap.js - -CSS disponible --------------- - -- bootstrap.css Copied: sandbox/nuiton-js-bootstrap/src/site/site_en.xml (from rev 117, sandbox/nuiton-js-bootstrap/src/site/site_fr.xml) =================================================================== --- sandbox/nuiton-js-bootstrap/src/site/site_en.xml (rev 0) +++ sandbox/nuiton-js-bootstrap/src/site/site_en.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -0,0 +1,72 @@ +<!-- + #%L + Nuiton JS :: Bootstrap + $Id:$ + $HeadURL:$ + %% + Copyright (C) 2012 - 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 + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + 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 + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> +<project name="${project.name}"> + + <bannerLeft> + <src alt="NuitonJS">logo.jpg</src> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <head> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> + </head> + + <breadcrumbs> + <item name="${project.name}" href="${project.url}"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateurs"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu ref="reports"/> + + <footer> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> + +</project> Deleted: sandbox/nuiton-js-bootstrap/src/site/site_fr.xml =================================================================== --- sandbox/nuiton-js-bootstrap/src/site/site_fr.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-bootstrap/src/site/site_fr.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -1,72 +0,0 @@ -<!-- - #%L - Nuiton JS :: Bootstrap - $Id:$ - $HeadURL:$ - %% - Copyright (C) 2012 - 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 - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - 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 - License along with this program. If not, see - <http://www.gnu.org/licenses/lgpl-3.0.html>. - #L% - --> -<project name="${project.name}"> - - <bannerLeft> - <src alt="NuitonJS">logo.jpg</src> - <name>${project.name}</name> - <href>index.html</href> - </bannerLeft> - - <body> - - <head> - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> - </script> - - <link rel="stylesheet" type="text/css" - href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> - </head> - - <breadcrumbs> - <item name="${project.name}" href="${project.url}"/> - </breadcrumbs> - - <menu ref="parent"/> - - <menu name="Utilisateurs"> - <item name="Accueil" href="index.html"/> - </menu> - - <menu ref="reports"/> - - <footer> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> - -</project> Modified: sandbox/nuiton-js-canjs/pom.xml =================================================================== --- sandbox/nuiton-js-canjs/pom.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-canjs/pom.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-lib</artifactId> - <version>1.0</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>nuiton-js-canjs</artifactId> Copied: sandbox/nuiton-js-canjs/src/site/site_en.xml (from rev 118, sandbox/nuiton-js-canjs/src/site/site_fr.xml) =================================================================== --- sandbox/nuiton-js-canjs/src/site/site_en.xml (rev 0) +++ sandbox/nuiton-js-canjs/src/site/site_en.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -0,0 +1,72 @@ +<!-- + #%L + Nuiton JS :: JQuery + $Id:$ + $HeadURL:$ + %% + Copyright (C) 2012 - 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 + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + 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 + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> +<project name="${project.name}"> + + <bannerLeft> + <src alt="NuitonJS">logo.jpg</src> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <head> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> + </head> + + <breadcrumbs> + <item name="${project.name}" href="${project.url}"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateurs"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu ref="reports"/> + + <footer> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> + +</project> Deleted: sandbox/nuiton-js-canjs/src/site/site_fr.xml =================================================================== --- sandbox/nuiton-js-canjs/src/site/site_fr.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-canjs/src/site/site_fr.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -1,72 +0,0 @@ -<!-- - #%L - Nuiton JS :: JQuery - $Id:$ - $HeadURL:$ - %% - Copyright (C) 2012 - 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 - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - 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 - License along with this program. If not, see - <http://www.gnu.org/licenses/lgpl-3.0.html>. - #L% - --> -<project name="${project.name}"> - - <bannerLeft> - <src alt="NuitonJS">logo.jpg</src> - <name>${project.name}</name> - <href>index.html</href> - </bannerLeft> - - <body> - - <head> - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> - </script> - - <link rel="stylesheet" type="text/css" - href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> - </head> - - <breadcrumbs> - <item name="${project.name}" href="${project.url}"/> - </breadcrumbs> - - <menu ref="parent"/> - - <menu name="Utilisateurs"> - <item name="Accueil" href="index.html"/> - </menu> - - <menu ref="reports"/> - - <footer> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> - -</project> Modified: sandbox/nuiton-js-font-awesome/pom.xml =================================================================== (Binary files differ) Copied: sandbox/nuiton-js-font-awesome/src/site/site_en.xml (from rev 119, sandbox/nuiton-js-font-awesome/src/site/site_fr.xml) =================================================================== --- sandbox/nuiton-js-font-awesome/src/site/site_en.xml (rev 0) +++ sandbox/nuiton-js-font-awesome/src/site/site_en.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -0,0 +1,72 @@ +<!-- + #%L + Nuiton JS :: Font Awesome + $Id:$ + $HeadURL:$ + %% + Copyright (C) 2012 - 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 + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + 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 + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> +<project name="${project.name}"> + + <bannerLeft> + <src alt="NuitonJS">logo.jpg</src> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <head> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> + </head> + + <breadcrumbs> + <item name="${project.name}" href="${project.url}"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateurs"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu ref="reports"/> + + <footer> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> + +</project> Deleted: sandbox/nuiton-js-font-awesome/src/site/site_fr.xml =================================================================== --- sandbox/nuiton-js-font-awesome/src/site/site_fr.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-font-awesome/src/site/site_fr.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -1,72 +0,0 @@ -<!-- - #%L - Nuiton JS :: Font Awesome - $Id:$ - $HeadURL:$ - %% - Copyright (C) 2012 - 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 - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - 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 - License along with this program. If not, see - <http://www.gnu.org/licenses/lgpl-3.0.html>. - #L% - --> -<project name="${project.name}"> - - <bannerLeft> - <src alt="NuitonJS">logo.jpg</src> - <name>${project.name}</name> - <href>index.html</href> - </bannerLeft> - - <body> - - <head> - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> - </script> - - <link rel="stylesheet" type="text/css" - href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> - </head> - - <breadcrumbs> - <item name="${project.name}" href="${project.url}"/> - </breadcrumbs> - - <menu ref="parent"/> - - <menu name="Utilisateurs"> - <item name="Accueil" href="index.html"/> - </menu> - - <menu ref="reports"/> - - <footer> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> - -</project> Modified: sandbox/nuiton-js-jqgrid/pom.xml =================================================================== --- sandbox/nuiton-js-jqgrid/pom.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-jqgrid/pom.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-lib</artifactId> - <version>1.0</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>nuiton-js-jqgrid</artifactId> Copied: sandbox/nuiton-js-jqgrid/src/site/site_en.xml (from rev 120, sandbox/nuiton-js-jqgrid/src/site/site_fr.xml) =================================================================== --- sandbox/nuiton-js-jqgrid/src/site/site_en.xml (rev 0) +++ sandbox/nuiton-js-jqgrid/src/site/site_en.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -0,0 +1,72 @@ +<!-- + #%L + Nuiton JS :: jqGrid + $Id:$ + $HeadURL:$ + %% + Copyright (C) 2012 - 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 + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + 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 + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> +<project name="${project.name}"> + + <bannerLeft> + <src alt="NuitonJS">logo.jpg</src> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <head> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> + </head> + + <breadcrumbs> + <item name="${project.name}" href="${project.url}"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateurs"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu ref="reports"/> + + <footer> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> + +</project> Deleted: sandbox/nuiton-js-jqgrid/src/site/site_fr.xml =================================================================== --- sandbox/nuiton-js-jqgrid/src/site/site_fr.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-jqgrid/src/site/site_fr.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -1,72 +0,0 @@ -<!-- - #%L - Nuiton JS :: jqGrid - $Id:$ - $HeadURL:$ - %% - Copyright (C) 2012 - 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 - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - 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 - License along with this program. If not, see - <http://www.gnu.org/licenses/lgpl-3.0.html>. - #L% - --> -<project name="${project.name}"> - - <bannerLeft> - <src alt="NuitonJS">logo.jpg</src> - <name>${project.name}</name> - <href>index.html</href> - </bannerLeft> - - <body> - - <head> - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> - </script> - - <link rel="stylesheet" type="text/css" - href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> - </head> - - <breadcrumbs> - <item name="${project.name}" href="${project.url}"/> - </breadcrumbs> - - <menu ref="parent"/> - - <menu name="Utilisateurs"> - <item name="Accueil" href="index.html"/> - </menu> - - <menu ref="reports"/> - - <footer> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> - -</project> Modified: sandbox/nuiton-js-jqplot/pom.xml =================================================================== (Binary files differ) Copied: sandbox/nuiton-js-jqplot/src/site/site_en.xml (from rev 124, sandbox/nuiton-js-jqplot/src/site/site_fr.xml) =================================================================== --- sandbox/nuiton-js-jqplot/src/site/site_en.xml (rev 0) +++ sandbox/nuiton-js-jqplot/src/site/site_en.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -0,0 +1,72 @@ +<!-- + #%L + Nuiton JS :: jqPlot + $Id:$ + $HeadURL:$ + %% + Copyright (C) 2012 - 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 + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + 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 + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> +<project name="${project.name}"> + + <bannerLeft> + <src alt="NuitonJS">logo.jpg</src> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <head> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> + </head> + + <breadcrumbs> + <item name="${project.name}" href="${project.url}"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateurs"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu ref="reports"/> + + <footer> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> + +</project> Deleted: sandbox/nuiton-js-jqplot/src/site/site_fr.xml =================================================================== --- sandbox/nuiton-js-jqplot/src/site/site_fr.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-jqplot/src/site/site_fr.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -1,72 +0,0 @@ -<!-- - #%L - Nuiton JS :: jqPlot - $Id:$ - $HeadURL:$ - %% - Copyright (C) 2012 - 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 - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - 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 - License along with this program. If not, see - <http://www.gnu.org/licenses/lgpl-3.0.html>. - #L% - --> -<project name="${project.name}"> - - <bannerLeft> - <src alt="NuitonJS">logo.jpg</src> - <name>${project.name}</name> - <href>index.html</href> - </bannerLeft> - - <body> - - <head> - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> - </script> - - <link rel="stylesheet" type="text/css" - href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> - </head> - - <breadcrumbs> - <item name="${project.name}" href="${project.url}"/> - </breadcrumbs> - - <menu ref="parent"/> - - <menu name="Utilisateurs"> - <item name="Accueil" href="index.html"/> - </menu> - - <menu ref="reports"/> - - <footer> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> - -</project> Modified: sandbox/nuiton-js-jquery-i18n-properties/pom.xml =================================================================== --- sandbox/nuiton-js-jquery-i18n-properties/pom.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-jquery-i18n-properties/pom.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-lib</artifactId> - <version>1.0</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>nuiton-js-jquery-i18n-properties</artifactId> Copied: sandbox/nuiton-js-jquery-i18n-properties/src/site/site_en.xml (from rev 121, sandbox/nuiton-js-jquery-i18n-properties/src/site/site_fr.xml) =================================================================== --- sandbox/nuiton-js-jquery-i18n-properties/src/site/site_en.xml (rev 0) +++ sandbox/nuiton-js-jquery-i18n-properties/src/site/site_en.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -0,0 +1,49 @@ +<project name="${project.name}"> + + <bannerLeft> + <src alt="NuitonJS">logo.jpg</src> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <head> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> + </head> + + <breadcrumbs> + <item name="${project.name}" href="${project.url}"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateurs"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu ref="reports"/> + + <footer> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> + +</project> Deleted: sandbox/nuiton-js-jquery-i18n-properties/src/site/site_fr.xml =================================================================== --- sandbox/nuiton-js-jquery-i18n-properties/src/site/site_fr.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-jquery-i18n-properties/src/site/site_fr.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -1,49 +0,0 @@ -<project name="${project.name}"> - - <bannerLeft> - <src alt="NuitonJS">logo.jpg</src> - <name>${project.name}</name> - <href>index.html</href> - </bannerLeft> - - <body> - - <head> - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> - </script> - - <link rel="stylesheet" type="text/css" - href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> - </head> - - <breadcrumbs> - <item name="${project.name}" href="${project.url}"/> - </breadcrumbs> - - <menu ref="parent"/> - - <menu name="Utilisateurs"> - <item name="Accueil" href="index.html"/> - </menu> - - <menu ref="reports"/> - - <footer> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> - -</project> Modified: sandbox/nuiton-js-jquery-ui/pom.xml =================================================================== (Binary files differ) Modified: sandbox/nuiton-js-jquery-ui/src/site/rst/index.rst =================================================================== --- sandbox/nuiton-js-jquery-ui/src/site/rst/index.rst 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-jquery-ui/src/site/rst/index.rst 2013-07-06 15:40:26 UTC (rev 128) @@ -22,8 +22,8 @@ .. * #L% .. - -Utilisation -=========== +Use +=== :: @@ -32,8 +32,8 @@ <link rel="stylesheet" type="text/css" href="<c:url value="/nuiton-js/jquery-ui-smoothness.css"/>" /> <script language="javascript" type="text/javascript" src="<c:url value="/nuiton-js/jquery-ui.js"/>"></script> -JS disponible -------------- +Available JS +------------ - jquery-ui-only : jquery-ui - jquery-ui: jquery et query-ui @@ -108,8 +108,8 @@ - jquery-ui-zh-HK: specifique i18n - jquery-ui-zh-TW: specifique i18n -CSS disponible --------------- +Available CSS +------------- - jquery-ui-base - jquery-ui-black-tie Copied: sandbox/nuiton-js-jquery-ui/src/site/site_en.xml (from rev 89, sandbox/nuiton-js-jquery-ui/src/site/site_fr.xml) =================================================================== --- sandbox/nuiton-js-jquery-ui/src/site/site_en.xml (rev 0) +++ sandbox/nuiton-js-jquery-ui/src/site/site_en.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -0,0 +1,72 @@ +<!-- + #%L + Nuiton JS :: JQuery UI + $Id:$ + $HeadURL:$ + %% + Copyright (C) 2012 - 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 + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + 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 + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> +<project name="${project.name}"> + + <bannerLeft> + <src alt="NuitonJS">logo.jpg</src> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <head> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> + </head> + + <breadcrumbs> + <item name="${project.name}" href="${project.url}"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateurs"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu ref="reports"/> + + <footer> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> + +</project> Deleted: sandbox/nuiton-js-jquery-ui/src/site/site_fr.xml =================================================================== --- sandbox/nuiton-js-jquery-ui/src/site/site_fr.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-jquery-ui/src/site/site_fr.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -1,72 +0,0 @@ -<!-- - #%L - Nuiton JS :: JQuery UI - $Id:$ - $HeadURL:$ - %% - Copyright (C) 2012 - 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 - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - 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 - License along with this program. If not, see - <http://www.gnu.org/licenses/lgpl-3.0.html>. - #L% - --> -<project name="${project.name}"> - - <bannerLeft> - <src alt="NuitonJS">logo.jpg</src> - <name>${project.name}</name> - <href>index.html</href> - </bannerLeft> - - <body> - - <head> - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> - </script> - - <link rel="stylesheet" type="text/css" - href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> - </head> - - <breadcrumbs> - <item name="${project.name}" href="${project.url}"/> - </breadcrumbs> - - <menu ref="parent"/> - - <menu name="Utilisateurs"> - <item name="Accueil" href="index.html"/> - </menu> - - <menu ref="reports"/> - - <footer> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> - -</project> Modified: sandbox/nuiton-js-jstree/pom.xml =================================================================== (Binary files differ) Copied: sandbox/nuiton-js-jstree/src/site/site_en.xml (from rev 122, sandbox/nuiton-js-jstree/src/site/site_fr.xml) =================================================================== --- sandbox/nuiton-js-jstree/src/site/site_en.xml (rev 0) +++ sandbox/nuiton-js-jstree/src/site/site_en.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -0,0 +1,72 @@ +<!-- + #%L + Nuiton JS :: JsTree + $Id:$ + $HeadURL:$ + %% + Copyright (C) 2012 - 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 + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + 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 + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> +<project name="${project.name}"> + + <bannerLeft> + <src alt="NuitonJS">logo.jpg</src> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <head> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> + </head> + + <breadcrumbs> + <item name="${project.name}" href="${project.url}"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateurs"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu ref="reports"/> + + <footer> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> + +</project> Deleted: sandbox/nuiton-js-jstree/src/site/site_fr.xml =================================================================== --- sandbox/nuiton-js-jstree/src/site/site_fr.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-jstree/src/site/site_fr.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -1,72 +0,0 @@ -<!-- - #%L - Nuiton JS :: JsTree - $Id:$ - $HeadURL:$ - %% - Copyright (C) 2012 - 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 - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - 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 - License along with this program. If not, see - <http://www.gnu.org/licenses/lgpl-3.0.html>. - #L% - --> -<project name="${project.name}"> - - <bannerLeft> - <src alt="NuitonJS">logo.jpg</src> - <name>${project.name}</name> - <href>index.html</href> - </bannerLeft> - - <body> - - <head> - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> - </script> - - <link rel="stylesheet" type="text/css" - href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> - </head> - - <breadcrumbs> - <item name="${project.name}" href="${project.url}"/> - </breadcrumbs> - - <menu ref="parent"/> - - <menu name="Utilisateurs"> - <item name="Accueil" href="index.html"/> - </menu> - - <menu ref="reports"/> - - <footer> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> - -</project> Modified: sandbox/nuiton-js-moment/pom.xml =================================================================== --- sandbox/nuiton-js-moment/pom.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-moment/pom.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-lib</artifactId> - <version>1.0</version> + <version>1.0.1-SNAPSHOT</version> </parent> <artifactId>nuiton-js-moment</artifactId> Deleted: sandbox/nuiton-js-moment/pom.xml~ =================================================================== --- sandbox/nuiton-js-moment/pom.xml~ 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-moment/pom.xml~ 2013-07-06 15:40:26 UTC (rev 128) @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - <modelVersion>4.0.0</modelVersion> - - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - - <parent> - <groupId>org.nuiton.js</groupId> - <artifactId>nuiton-js-lib</artifactId> - <version>1.0</version> - </parent> - - <artifactId>nuiton-js-moment</artifactId> - <version>2.0.0-1</version> - - <name>Nuiton JS :: Moment</name> - <description>Moment.js packaging</description> - - <url>http://twitter.github.com/bootstrap/</url> - - <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/nuiton-js/tags/nuiton-js-moment-2.0.0-1</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/nuiton-js/tags/nuiton-js-moment-2.0.0-1</developerConnection> - <url>http://www.nuiton.org/repositories/browse/nuiton-js/tags/nuiton-js-moment-2.0.0-1</url> - </scm> - - <licenses> - <license> - <name>MIT License</name> - <url>http://opensource.org/licenses/mit-license.php</url> - </license> - </licenses> - -</project> Copied: sandbox/nuiton-js-moment/src/site/site_en.xml (from rev 123, sandbox/nuiton-js-moment/src/site/site_fr.xml) =================================================================== --- sandbox/nuiton-js-moment/src/site/site_en.xml (rev 0) +++ sandbox/nuiton-js-moment/src/site/site_en.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -0,0 +1,49 @@ +<project name="${project.name}"> + + <bannerLeft> + <src alt="NuitonJS">logo.jpg</src> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <head> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> + </head> + + <breadcrumbs> + <item name="${project.name}" href="${project.url}"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateurs"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu ref="reports"/> + + <footer> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> + +</project> Deleted: sandbox/nuiton-js-moment/src/site/site_fr.xml =================================================================== --- sandbox/nuiton-js-moment/src/site/site_fr.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-moment/src/site/site_fr.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -1,49 +0,0 @@ -<project name="${project.name}"> - - <bannerLeft> - <src alt="NuitonJS">logo.jpg</src> - <name>${project.name}</name> - <href>index.html</href> - </bannerLeft> - - <body> - - <head> - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> - </script> - - <link rel="stylesheet" type="text/css" - href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> - </head> - - <breadcrumbs> - <item name="${project.name}" href="${project.url}"/> - </breadcrumbs> - - <menu ref="parent"/> - - <menu name="Utilisateurs"> - <item name="Accueil" href="index.html"/> - </menu> - - <menu ref="reports"/> - - <footer> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> - -</project> Modified: sandbox/nuiton-js-mustache/pom.xml =================================================================== (Binary files differ) Property changes on: sandbox/nuiton-js-mustache/pom.xml ___________________________________________________________________ Deleted: svn:mime-type - application/xml Modified: sandbox/nuiton-js-mustache/src/site/rst/index.rst.vm =================================================================== --- sandbox/nuiton-js-mustache/src/site/rst/index.rst.vm 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-mustache/src/site/rst/index.rst.vm 2013-07-06 15:40:26 UTC (rev 128) @@ -43,6 +43,7 @@ <groupId>org.nuiton.js</groupId> <artifactId>nuiton-js-mustache</artifactId> <version>${project.version}</version> + <scope>runtime</scope> </dependency> JSP part:: Copied: sandbox/nuiton-js-mustache/src/site/site_en.xml (from rev 111, sandbox/nuiton-js-mustache/src/site/site_fr.xml) =================================================================== --- sandbox/nuiton-js-mustache/src/site/site_en.xml (rev 0) +++ sandbox/nuiton-js-mustache/src/site/site_en.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -0,0 +1,72 @@ +<!-- + #%L + Nuiton JS :: Mustache + $Id$ + $HeadURL$ + %% + Copyright (C) 2012 - 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 + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + 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 + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> +<project name="${project.name}"> + + <bannerLeft> + <src alt="NuitonJS">logo.jpg</src> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <head> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> + </head> + + <breadcrumbs> + <item name="${project.name}" href="${project.url}"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateurs"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu ref="reports"/> + + <footer> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> + +</project> Deleted: sandbox/nuiton-js-mustache/src/site/site_fr.xml =================================================================== --- sandbox/nuiton-js-mustache/src/site/site_fr.xml 2013-07-06 15:35:17 UTC (rev 127) +++ sandbox/nuiton-js-mustache/src/site/site_fr.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -1,72 +0,0 @@ -<!-- - #%L - Nuiton JS :: Mustache - $Id$ - $HeadURL$ - %% - Copyright (C) 2012 - 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 - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - 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 - License along with this program. If not, see - <http://www.gnu.org/licenses/lgpl-3.0.html>. - #L% - --> -<project name="${project.name}"> - - <bannerLeft> - <src alt="NuitonJS">logo.jpg</src> - <name>${project.name}</name> - <href>index.html</href> - </bannerLeft> - - <body> - - <head> - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> - </script> - - <link rel="stylesheet" type="text/css" - href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> - </head> - - <breadcrumbs> - <item name="${project.name}" href="${project.url}"/> - </breadcrumbs> - - <menu ref="parent"/> - - <menu name="Utilisateurs"> - <item name="Accueil" href="index.html"/> - </menu> - - <menu ref="reports"/> - - <footer> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> - -</project> Modified: tags/nuiton-js-jquery-1.10.1-1/pom.xml =================================================================== (Binary files differ) Modified: tags/nuiton-js-jquery-1.10.1-1/src/site/rst/index.rst =================================================================== --- tags/nuiton-js-jquery-1.10.1-1/src/site/rst/index.rst 2013-07-06 15:35:17 UTC (rev 127) +++ tags/nuiton-js-jquery-1.10.1-1/src/site/rst/index.rst 2013-07-06 15:40:26 UTC (rev 128) @@ -22,8 +22,8 @@ .. * #L% .. - -Utilisation -=========== +Use +=== :: @@ -31,8 +31,8 @@ <script language="javascript" type="text/javascript" src="<c:url value="/nuiton-js/jquery.js"/>"></script> -JS disponible -------------- +Available JS +------------ - jquery Copied: tags/nuiton-js-jquery-1.10.1-1/src/site/site_en.xml (from rev 108, tags/nuiton-js-jquery-1.10.1-1/src/site/site_fr.xml) =================================================================== --- tags/nuiton-js-jquery-1.10.1-1/src/site/site_en.xml (rev 0) +++ tags/nuiton-js-jquery-1.10.1-1/src/site/site_en.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -0,0 +1,72 @@ +<!-- + #%L + Nuiton JS :: JQuery + $Id:$ + $HeadURL:$ + %% + Copyright (C) 2012 - 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 + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + 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 + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> +<project name="${project.name}"> + + <bannerLeft> + <src alt="NuitonJS">logo.jpg</src> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <head> + <script type="text/javascript" + src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> + </head> + + <breadcrumbs> + <item name="${project.name}" href="${project.url}"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateurs"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu ref="reports"/> + + <footer> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> + +</project> Deleted: tags/nuiton-js-jquery-1.10.1-1/src/site/site_fr.xml =================================================================== --- tags/nuiton-js-jquery-1.10.1-1/src/site/site_fr.xml 2013-07-06 15:35:17 UTC (rev 127) +++ tags/nuiton-js-jquery-1.10.1-1/src/site/site_fr.xml 2013-07-06 15:40:26 UTC (rev 128) @@ -1,72 +0,0 @@ -<!-- - #%L - Nuiton JS :: JQuery - $Id:$ - $HeadURL:$ - %% - Copyright (C) 2012 - 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 - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. - - 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 - License along with this program. If not, see - <http://www.gnu.org/licenses/lgpl-3.0.html>. - #L% - --> -<project name="${project.name}"> - - <bannerLeft> - <src alt="NuitonJS">logo.jpg</src> - <name>${project.name}</name> - <href>index.html</href> - </bannerLeft> - - <body> - - <head> - <script type="text/javascript" - src="http://maven-site.nuiton.org/public/js/mavenpom-site.js"> - </script> - - <link rel="stylesheet" type="text/css" - href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/> - </head> - - <breadcrumbs> - <item name="${project.name}" href="${project.url}"/> - </breadcrumbs> - - <menu ref="parent"/> - - <menu name="Utilisateurs"> - <item name="Accueil" href="index.html"/> - </menu> - - <menu ref="reports"/> - - <footer> - - <div id='projectMetas' - projectversion='${project.version}' - platform='${project.platform}' - projectid='${project.projectId}' - scm='${project.scm.connection}' - scmwebeditorenabled='${project.scmwebeditorEnabled}' - scmwebeditorurl='${project.scmwebeditorUrl}' - siteSourcesType='${project.siteSourcesType}' - piwikEnabled='${project.piwikEnabled}' - piwikId='${project.piwikId}'> - </div> - </footer> - - </body> - -</project>