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

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

Author: hlship
Date: Thu Feb 10 21:43:36 2011
New Revision: 1069579

URL: http://svn.apache.org/viewvc?rev=1069579&view=rev
Log:
Correct output directory used by 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=1069579&r1=1069578&r2=1069579&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/pom.xml Thu Feb 10 21:43:36 2011
@@ -134,6 +134,7 @@
             </goals>
             <configuration>
               <sourceDirectory>src/main/antlr</sourceDirectory>
+              <outputDirectory>target/generated-sources/antlr</outputDirectory>              
             </configuration>
           </execution>
         </executions>