r131 - in sandbox: nuiton-js-bootstrap nuiton-js-canjs nuiton-js-jquery nuiton-js-jquery/src/site nuiton-js-jquery-i18n-properties nuiton-js-jquery-ui nuiton-js-jstree nuiton-js-leaflet nuiton-js-moment
Author: echatellier Date: 2013-07-06 17:48:43 +0200 (Sat, 06 Jul 2013) New Revision: 131 Url: http://nuiton.org/projects/nuiton-js/repository/revisions/131 Log: svn:ignore fix site Added: sandbox/nuiton-js-jquery/src/site/site_en.xml Removed: sandbox/nuiton-js-jquery/src/site/site_fr.xml Modified: sandbox/nuiton-js-bootstrap/ sandbox/nuiton-js-canjs/ sandbox/nuiton-js-jquery-i18n-properties/ sandbox/nuiton-js-jquery-ui/pom.xml sandbox/nuiton-js-jquery/pom.xml sandbox/nuiton-js-jstree/pom.xml sandbox/nuiton-js-leaflet/pom.xml sandbox/nuiton-js-moment/ Property changes on: sandbox/nuiton-js-bootstrap ___________________________________________________________________ Added: svn:ignore + .settings .classpath .project Property changes on: sandbox/nuiton-js-canjs ___________________________________________________________________ Added: svn:ignore + .settings .classpath .project Modified: sandbox/nuiton-js-jquery/pom.xml =================================================================== (Binary files differ) Property changes on: sandbox/nuiton-js-jquery/pom.xml ___________________________________________________________________ Deleted: svn:mime-type - application/xml Copied: sandbox/nuiton-js-jquery/src/site/site_en.xml (from rev 130, sandbox/nuiton-js-jquery/src/site/site_fr.xml) =================================================================== --- sandbox/nuiton-js-jquery/src/site/site_en.xml (rev 0) +++ sandbox/nuiton-js-jquery/src/site/site_en.xml 2013-07-06 15:48:43 UTC (rev 131) @@ -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-jquery/src/site/site_fr.xml =================================================================== --- sandbox/nuiton-js-jquery/src/site/site_fr.xml 2013-07-06 15:45:40 UTC (rev 130) +++ sandbox/nuiton-js-jquery/src/site/site_fr.xml 2013-07-06 15:48:43 UTC (rev 131) @@ -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> Property changes on: sandbox/nuiton-js-jquery-i18n-properties ___________________________________________________________________ Added: svn:ignore + .settings .classpath .project Property changes on: sandbox/nuiton-js-jquery-ui/pom.xml ___________________________________________________________________ Deleted: svn:mime-type - application/xml Property changes on: sandbox/nuiton-js-jstree/pom.xml ___________________________________________________________________ Deleted: svn:mime-type - application/xml Property changes on: sandbox/nuiton-js-leaflet/pom.xml ___________________________________________________________________ Deleted: svn:mime-type - application/xml Property changes on: sandbox/nuiton-js-moment ___________________________________________________________________ Added: svn:ignore + .settings .classpath .project
participants (1)
-
echatellier@users.nuiton.org