<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright 2018, Régis Décamps
  SPDX-License-Identifier: BSD-3-Clause
-->
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">

  <skin>
    <groupId>org.apache.maven.skins</groupId>
    <artifactId>maven-fluido-skin</artifactId>
    <version>1.6</version>
  </skin>

  <body>
    <menu name="Module info" ref="reports" inherit="top"/>
    <menu name="JFlex.de" inherit="bottom">
      <item name="Home" href="http://jflex.de/"/>
      <item name="Features" href="http://jflex.de/features.html"/>
      <item name="Documentation" href="http://jflex.de/manual.html"/>
      <item name="Support" href="http://jflex.de/help.html"/>
      <item name="Contact" href="http://jflex.de/contact.html"/>
    </menu>
    <menu name="JFlex Github" inherit="bottom">
      <item name="Releases" href="https://github.com/jflex-de/jflex/releases"/>
      <item name="Source Code" href="https://github.com/jflex-de/jflex"/>
    </menu>
  </body>
</project>