You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/02/10 22:39:23 UTC

svn commit: r1069577 - /tapestry/tapestry5/trunk/tapestry-core/pom.xml

Author: hlship
Date: Thu Feb 10 21:39:23 2011
New Revision: 1069577

URL: http://svn.apache.org/viewvc?rev=1069577&view=rev
Log:
Update to latest version of Maven-Antlr3 plugin

Modified:
    tapestry/tapestry5/trunk/tapestry-core/pom.xml

Modified: tapestry/tapestry5/trunk/tapestry-core/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/pom.xml?rev=1069577&r1=1069576&r2=1069577&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/pom.xml Thu Feb 10 21:39:23 2011
@@ -126,17 +126,14 @@
       <plugin>
         <groupId>org.antlr</groupId>
         <artifactId>antlr3-maven-plugin</artifactId>
-        <version>3.1.1.2</version>
+        <version>3.3</version>
         <executions>
           <execution>
             <goals>
               <goal>antlr</goal>
             </goals>
             <configuration>
-              <!-- This is a hack so that the parser grammar can locate the tokens file generated by 
-                the lexer grammar. -->
-              <libDirectory>target/generated-sources/antlr/org/apache/tapestry5/internal/antlr
-                            </libDirectory>
+              <sourceDirectory>src/main/antlr</sourceDirectory>
             </configuration>
           </execution>
         </executions>