Author: vsiveton
Date: Fri May 18 05:12:19 2007
New Revision: 539413

URL: http://svn.apache.org/viewvc?view=rev&rev=539413
Log:
o fixed the antlr v2 to the documentation
o added a faq for antlr v3

Modified:
    maven/plugins/trunk/maven-antlr-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-antlr-plugin/src/site/fml/faq.fml

Modified: maven/plugins/trunk/maven-antlr-plugin/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/site/apt/index.apt?view=diff&rev=539413&r1=539412&r2=539413
==============================================================================
--- maven/plugins/trunk/maven-antlr-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-antlr-plugin/src/site/apt/index.apt Fri May 18 
05:12:19 2007
@@ -3,7 +3,7 @@
  ------
  Vincent Siveton
  ------
- September 2006
+ May 2007
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -28,8 +28,8 @@
 
 Maven 2 Antlr Plugin
 
- The Antlr Plugin uses the parser generator {{{http://www.antlr.org/}Antlr}}. 
For more information
- about Antlr, please refer to {{{http://www.antlr.org/doc/index.html}Antlr 
Reference Manual}}.
+ The Antlr Plugin uses the parser generator {{{http://www.antlr2.org/}Antlr 
v2}}. For more information
+ about Antlr v2, please refer to {{{http://www.antlr2.org/doc/index.html}Antlr 
v2 Reference Manual}}.
 
  Refer to {{{dependencies.html}Project Dependencies}} to know the Antlr 
version used by the Plugin.
 

Modified: maven/plugins/trunk/maven-antlr-plugin/src/site/fml/faq.fml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/site/fml/faq.fml?view=diff&rev=539413&r1=539412&r2=539413
==============================================================================
--- maven/plugins/trunk/maven-antlr-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-antlr-plugin/src/site/fml/faq.fml Fri May 18 
05:12:19 2007
@@ -43,5 +43,14 @@
         </p>
       </answer>
     </faq>
+    <faq id="Is there any support of Antlr v3">
+      <question>Is there any support of Antlr v3?</question>
+      <answer>
+        <p>
+          Not yet. You could see the <a 
href="http://jira.codehaus.org/browse/MANTLR-17";>MANTLR-17</a> issue
+          for the status.
+        </p>
+      </answer>
+    </faq>
   </part>
 </faqs>


Reply via email to