[nuiton-web] branch develop updated (1cdd412 -> b6143b0)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-web. See http://git.nuiton.org/nuiton-web.git from 1cdd412 fixes #3547: Migrates to git (site is only in fr) new b6143b0 fixes #3547: Migrates to git (add missing site descriptors) 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 b6143b0806d5d84f55d88b482dd5a7266963317a Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 26 11:17:05 2014 +0100 fixes #3547: Migrates to git (add missing site descriptors) Summary of changes: {nuiton-rss => nuiton-gwt}/src/site/site.xml | 12 ++++++------ {nuiton-rss => nuiton-tapestry}/src/site/site.xml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) copy {nuiton-rss => nuiton-gwt}/src/site/site.xml (97%) copy {nuiton-rss => nuiton-tapestry}/src/site/site.xml (97%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-web. See http://git.nuiton.org/nuiton-web.git commit b6143b0806d5d84f55d88b482dd5a7266963317a Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Oct 26 11:17:05 2014 +0100 fixes #3547: Migrates to git (add missing site descriptors) --- nuiton-gwt/src/site/site.xml | 60 +++++++++++++++++++++++++++++++++++++++ nuiton-tapestry/src/site/site.xml | 60 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) diff --git a/nuiton-gwt/src/site/site.xml b/nuiton-gwt/src/site/site.xml new file mode 100644 index 0000000..6c3a881 --- /dev/null +++ b/nuiton-gwt/src/site/site.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton Web :: Nuiton GWT + %% + Copyright (C) 2008 - 2010 CodeLutin, Tony Chemit, Benjamin Poussin + %% + 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}" xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> + + <bannerLeft> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateur"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu name="Téléchargement"> + <item + href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}.jar" + name="Librairie (jar)"/> + <item + href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar" + name="Javadoc (jar)"/> + <item + href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar" + name="Sources (jar)"/> + </menu> + + <menu ref="reports"/> + + </body> +</project> diff --git a/nuiton-tapestry/src/site/site.xml b/nuiton-tapestry/src/site/site.xml new file mode 100644 index 0000000..033602d --- /dev/null +++ b/nuiton-tapestry/src/site/site.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton Web :: Nuiton Tapestry + %% + Copyright (C) 2008 - 2010 CodeLutin, Tony Chemit, Benjamin Poussin + %% + 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}" xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> + + <bannerLeft> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> + + <body> + + <breadcrumbs> + <item name="${project.name}" href="index.html"/> + </breadcrumbs> + + <menu ref="parent"/> + + <menu name="Utilisateur"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu name="Téléchargement"> + <item + href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}.jar" + name="Librairie (jar)"/> + <item + href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar" + name="Javadoc (jar)"/> + <item + href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar" + name="Sources (jar)"/> + </menu> + + <menu ref="reports"/> + + </body> +</project> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm