<?xml version="1.0" encoding="UTF-8"?>
<!--
    Copyright (C) 2006-2007 the original author or authors.

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->

<!-- $Id$ -->

<project name="${project.name}">
    <bannerLeft>
        <name>Mojo</name>
        <src>http://mojo.codehaus.org/images/mojo_logo.png</src>
        <href>http://mojo.codehaus.org</href>
    </bannerLeft>

    <bannerRight>
        <name>Codehaus</name>
        <src>http://mojo.codehaus.org/images/codehaus-small.png</src>
        <href>http://codehaus.org</href>
    </bannerRight>

    <publishDate format="dd MMM yyyy" position="left"/>

    <version position="left"/>

    <body>
        <links>
            <item name="Mojo" href="http://mojo.codehaus.org"/>
            <item name="Maven" href="http://maven.apache.org "/>
        </links>

        ${parentProject}

        <menu name="Overview">
            <item name="Introduction" href="index.html"/>
            <item name="Developing with Groovy" href="guide-groovy-development.html"/>
            <item name="Developing Plugins" href="guide-groovy-plugin-development.html"/>
            <item name="Groovy Plugins" href="groovy-plugins.html"/>
        </menu>

        ${modules}

        ${reports}
    </body>
</project>

