<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  Nuiton Config
  %%
  Copyright (C) 2016 - 2026 Code Lutin
  %%
  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.8.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">

  <bannerLeft>
    <name>${project.name}</name>
    <href>index.html</href>
  </bannerLeft>

  <bannerRight>
    <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src>
    <href>http://www.codelutin.com</href>
  </bannerRight>

  <body>

    <links>
      <item name="Nuiton.org" href="https://forge.nuiton.org"/>
      <item name="Code Lutin" href="https://www.codelutin.com"/>
      <item name="Libre entreprise" href="http://www.libre-entreprise.org"/>
    </links>

    <breadcrumbs>
      <item name="${project.name}" href="${this.url}/index.html"/>
    </breadcrumbs>

    <menu name="Utilisateur">
      <item name="Présentation" href="index.html"/>
      <item name="Utilisation" href="usage.html"/>
      <item name="Note de versions" href="versions.html"/>
    </menu>

    <menu name="Modules">
      <item name="Nuiton Config :: API" href="./nuiton-config/index.html"/>
      <item name="Nuiton Config :: Maven Plugin" href="./nuiton-config-maven-plugin/index.html"/>
      <item name="Nuiton Config :: Example" href="./nuiton-config-example/index.html"/>
    </menu>

    <menu ref="reports"/>

  </body>
</project>
