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&type=1" border="0" alt="sourceforge"/>
</a>
</footer>
</body>
</project>
|