You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2007/01/26 03:17:51 UTC

svn commit: r500104 - /directory/shared/trunk/ldap/pom.xml

Author: akarasulu
Date: Thu Jan 25 18:17:50 2007
New Revision: 500104

URL: http://svn.apache.org/viewvc?view=rev&rev=500104
Log:
filter-lexer.g appears twice in antlr directive

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

Modified: directory/shared/trunk/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/pom.xml?view=diff&rev=500104&r1=500103&r2=500104
==============================================================================
--- directory/shared/trunk/ldap/pom.xml (original)
+++ directory/shared/trunk/ldap/pom.xml Thu Jan 25 18:17:50 2007
@@ -116,7 +116,7 @@
         <artifactId>maven-antlr-plugin</artifactId>
         <configuration>
           <!--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 ACIItemChecker.g schema-extension.g schema-qdstring.g schema-value.g schema.g subtree-specification.g SubtreeSpecificationChecker.g TriggerSpecification.g</grammars>
+          <grammars>filter-value-lexer.g filter-lexer.g filter-value-parser.g filter-parser.g ACIItem.g ACIItemChecker.g schema-extension.g schema-qdstring.g schema-value.g schema.g subtree-specification.g SubtreeSpecificationChecker.g TriggerSpecification.g</grammars>
         </configuration>
         <executions>
            <execution>