You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/12/11 15:14:27 UTC

svn commit: r485672 - /directory/trunks/shared/ldap/pom.xml

Author: elecharny
Date: Mon Dec 11 06:14:26 2006
New Revision: 485672

URL: http://svn.apache.org/viewvc?view=rev&rev=485672
Log:
Added the new antlr schema files to the list of file to be compiled

Modified:
    directory/trunks/shared/ldap/pom.xml

Modified: directory/trunks/shared/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/shared/ldap/pom.xml?view=diff&rev=485672&r1=485671&r2=485672
==============================================================================
--- directory/trunks/shared/ldap/pom.xml (original)
+++ directory/trunks/shared/ldap/pom.xml Mon Dec 11 06:14:26 2006
@@ -115,7 +115,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antlr-plugin</artifactId>
         <configuration>
-          <grammars>schema-value.g schema-qdstring.g schema-extension.g schema.g filter-value-lexer.g filter-lexer.g filter-lexer.g filter-value-parser.g filter-parser.g subtree-specification.g ACIItem.g TriggerSpecification.g</grammars>
+          <!--grammars>filter-value-lexer.g filter-lexer.g filter-lexer.g filter-value-parser.g filter-parser.g *.gsubtree-specification.g ACIItem.g TriggerSpecification.g schema.g</grammars-->
+          <grammars>filter-value-lexer.g filter-lexer.g filter-lexer.g filter-value-parser.g filter-parser.g ACIItem.g schema-extension.g schema-qdstring.g schema-value.g schema.g subtree-specification.g TriggerSpecification.g</grammars>
         </configuration>
         <executions>
            <execution>