File: navigation.xml

package info (click to toggle)
clirr 0.6-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: java: 4,275; xml: 2,100; makefile: 9; sh: 4
file content (38 lines) | stat: -rw-r--r-- 1,288 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<project name="Clirr">
    <title>Clirr</title>
    <body>
        <links>
            <item name="SourceForge Project Page"
                href="http://sourceforge.net/projects/clirr"/>
            <item name="Hosted by SourceForge"
                href="http://sourceforge.net/"/>
        </links>
        <menu name="Clirr">
            <item name="Overview"
                href="/index.html"/>
            <item name="Download"
                href="/download.html"/>
            <item name="Running Clirr">
              <item name="Ant"
                href="/clirr-core/anttask.html"/>
              <item name="Command-line"
                href="/clirr-core/runcli.html"/>
              <item name="Maven"
                href="/clirr-maven/index.html"/>
            </item>
            <item name="Contributing"
                href="/contributing.html"/>
            <item name="Related tools"
                href="/related.html"/>
        </menu>


        <!-- footer will be placed above the (c) -->
        <footer>
            Hosted by <a href="http://sourceforge.net">
                <img src="http://sourceforge.net/sflogo.php?group_id=89627&amp;type=1" border="0" alt="sourceforge"/>
            </a>
        </footer>
    </body>
</project>