1<?xml version="1.0" encoding="UTF-8"?> 2 3<project name="ANTLR v3 Maven plugin"> 4 5 <publishDate position="left"/> 6 <version position="left"/> 7 8 <poweredBy> 9 <logo name="ANTLR Web Site" href="http://antlr3.org/" 10 img="http://www.antlr.org/wiki/download/attachments/292/ANTLR3"/> 11 </poweredBy> 12 13 <body> 14 <links> 15 <item name="Antlr Web Site" href="http://www.antlr3.org/"/> 16 </links> 17 18 <menu name="Overview"> 19 <item name="Introduction" href="index.html"/> 20 <item name="Goals" href="plugin-info.html"/> 21 <item name="Usage" href="usage.html"/> 22 <item name="FAQ" href="faq.html"/> 23 </menu> 24 25 <menu name="Examples"> 26 <item name="Simple configurations" href="examples/simple.html"/> 27 <item name="Using library directories" href="examples/libraries.html"/> 28 <item name="Using imported grammars" href="examples/import.html"/> 29 </menu> 30 31 <menu ref="reports" /> 32 <menu ref="modules" /> 33 34 </body> 35</project> 36