You are viewing a plain text version of this content. The canonical link for it is here.
Posted to imperius-commits@incubator.apache.org by jn...@apache.org on 2008/01/09 21:52:14 UTC

svn commit: r610588 - /incubator/imperius/trunk/modules/imperius-splcore/pom.xml

Author: jneeraj
Date: Wed Jan  9 13:51:35 2008
New Revision: 610588

URL: http://svn.apache.org/viewvc?rev=610588&view=rev
Log:
Updated pom.xml with new location of antlr files

Modified:
    incubator/imperius/trunk/modules/imperius-splcore/pom.xml

Modified: incubator/imperius/trunk/modules/imperius-splcore/pom.xml
URL: http://svn.apache.org/viewvc/incubator/imperius/trunk/modules/imperius-splcore/pom.xml?rev=610588&r1=610587&r2=610588&view=diff
==============================================================================
--- incubator/imperius/trunk/modules/imperius-splcore/pom.xml (original)
+++ incubator/imperius/trunk/modules/imperius-splcore/pom.xml Wed Jan  9 13:51:35 2008
@@ -43,8 +43,10 @@
           <!--
             Comma separated list of grammar files or pattern grammar files
             By default, grammar file(s) is in ${basedir}/src/main/antlr
+            <grammars>*.g</grammars>
           -->
-          <grammars>*.g</grammars>
+          
+          <grammars>/org/apache/imperius/spl/parser/compiler/cimspl.g,/org/apache/imperius/spl/parser/compiler/cimspl.tree.g</grammars> 
           <!-- <grammars>*.g</grammars> -->
         </configuration>
         <executions>