File: navigation.xml

package info (click to toggle)
commons-io 1.0-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 700 kB
  • ctags: 684
  • sloc: java: 4,185; xml: 798; makefile: 47; sh: 34
file content (27 lines) | stat: -rw-r--r-- 868 bytes parent folder | download
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd'>
<project name="IO">

  <title>IO</title>

  <body>
    <links>
      <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
    </links>

    <menu name="Commons IO">
      <item name="Overview" href="index.html"/>
      <item name="Javadoc" href="apidocs/index.html"/>
      <item name="Best practices" href="bestpractices.html"/>
      <item name="Building" href="building.html"/>
      <item name="Mailing lists" href="mail-lists.html"/>
      <item name="Team" href="team-list.html"/>
      <item name="Tasks" href="tasks.html"/>
      <item name="Proposal" href="proposal.html"/>
      <item name="CVS" href="http://cvs.apache.org/viewcvs/jakarta-commons/io/"/>
    </menu>
    
    &common-menus;

  </body>
</project>