aboutsummaryrefslogtreecommitdiff
path: root/antlr3-maven-plugin/src/site/site.xml
blob: 7d0c52b09faefb978a3276adf02f6e6efa3cc392 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>

<project name="ANTLR v3 Maven plugin">

  <publishDate position="left"/>
  <version position="left"/>

  <poweredBy>
    <logo name="ANTLR Web Site" href="http://antlr.org/"
          img="http://www.antlr.org/wiki/download/attachments/292/ANTLR3"/>
  </poweredBy>

  <body>
    <links>
      <item name="Antlr Web Site" href="http://www.antlr.org/"/>
    </links>

    <menu name="Overview">
      <item name="Introduction" href="index.html"/>
      <item name="Usage" href="usage.html"/>
    </menu>

    <menu name="Examples">
      <item name="Simple configurations" href="examples/simple.html"/>
      <item name="Using library directories" href="examples/libraries.html"/>
      <item name="Using imported grammars" href="examples/import.html"/>
    </menu>

    <menu ref="reports" />
    <menu ref="modules" />

  </body>
</project>