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/31 20:41:44 UTC

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

Author: elecharny
Date: Mon Jul 31 11:41:43 2006
New Revision: 427195

URL: http://svn.apache.org/viewvc?rev=427195&view=rev
Log:
Merging changes form optimization branch of shared/ldap/pom.xml back into this 1.1 trunks
branch.  Here's the merge command used: svn merge -r 414084:427187 https://svn.apache.org/repos/asf/directory/branches/shared/optimization .

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?rev=427195&r1=427194&r2=427195&view=diff
==============================================================================
--- directory/trunks/shared/ldap/pom.xml (original)
+++ directory/trunks/shared/ldap/pom.xml Mon Jul 31 11:41:43 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 TriggerSpecification.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>