Project

General

Profile

Download (1.46 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0"?>
2
<project name="CDM Print Publisher" 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">
3
    <skin>
4
        <groupId>eu.etaxonomy.site</groupId>
5
        <artifactId>platform-site-skin</artifactId>
6
        <version>1.0</version>
7
    </skin>
8
    <body>
9
        <menu name="General Information">
10
            <item name="Overview" href="index.html"/>
11
            <item name="Output Formats" href="formats.html"/>
12
            <item name="Download" href="download.html"/>
13
        </menu>
14
        <menu name="Developer">
15
            <item name="Getting started" href="getting-started.html"/>
16
            <item name="Writing Templates" href="writing-templates.html"/>
17
            <item name="Troubleshooting" href="troubleshooting.html"/>
18
            <item name="Wiki" href="http://dev.e-taxonomy.eu/trac/wiki/PrintPublisher"/>
19
        </menu>
20
        <menu name="Project">
21
            <item name="Mailing Lists" href="mail-lists.html"/>
22
            <item name="Project Team" href="team-list.html"/>
23
            <item name="Continuous Integration" href="integration.html"/>
24
            <item name="Issue Tracking" href="http://dev.e-taxonomy.eu/trac/"/>
25
            <item name="Source Repository" href="source-repository.html"/>
26
            <item name="License" href="license.html"/>
27
        </menu>
28
    </body>
29
</project>
    (1-1/1)