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/07/08 17:43:20 UTC

svn commit: r420134 - /directory/branches/shared/optimization/ldap/pom.xml

Author: elecharny
Date: Sat Jul  8 08:43:19 2006
New Revision: 420134

URL: http://svn.apache.org/viewvc?rev=420134&view=rev
Log:
Update the pom.xml to reflect the removing of antlr files

Modified:
    directory/branches/shared/optimization/ldap/pom.xml

Modified: directory/branches/shared/optimization/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/shared/optimization/ldap/pom.xml?rev=420134&r1=420133&r2=420134&view=diff
==============================================================================
--- directory/branches/shared/optimization/ldap/pom.xml (original)
+++ directory/branches/shared/optimization/ldap/pom.xml Sat Jul  8 08:43:19 2006
@@ -104,12 +104,7 @@
         <executions>
           <execution>
             <phase>generate-sources</phase>
-            <configuration>
-              <tasks>
-                <copy file="src/main/antlr/DnCommonTokenTypes.txt" 
-                      todir="target/generated-sources/antlr/org/apache/directory/shared/ldap/name/"/>
-              </tasks>
-            </configuration>
+            <configuration/>
             <goals>
               <goal>run</goal>
             </goals>
@@ -121,7 +116,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antlr-plugin</artifactId>
         <configuration>
-          <grammars>valuelexer.g valueparser.g typelexer.g dnparser.g filter-value-lexer.g filter-lexer.g filter-lexer.g filter-value-parser.g filter-parser.g subtree-specification.g ACIItem.g</grammars>
+          <grammars>filter-value-lexer.g filter-lexer.g filter-lexer.g filter-value-parser.g filter-parser.g subtree-specification.g ACIItem.g</grammars>
         </configuration>
         <executions>
            <execution>