You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2008/05/29 11:25:35 UTC

svn commit: r661269 - /james/mime4j/trunk/pom.xml

Author: bago
Date: Thu May 29 02:25:35 2008
New Revision: 661269

URL: http://svn.apache.org/viewvc?rev=661269&view=rev
Log:
Simplified maven javacc plugin configuration removing workarounds for bugs in previous version (MIME4J-20).

Modified:
    james/mime4j/trunk/pom.xml

Modified: james/mime4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=661269&r1=661268&r2=661269&view=diff
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Thu May 29 02:25:35 2008
@@ -74,10 +74,6 @@
             <goals>
               <goal>jjtree</goal>
             </goals>
-            <configuration>
-              <!-- <nodePackage>org.apache.jsieve.parser.generated</nodePackage> -->
-              <outputDirectory>${project.build.directory}/generated-sources/jjtree/org/apache/james/mime4j/field/address/parser</outputDirectory>
-            </configuration>
           </execution>
           <execution>
             <id>generate-javacc</id>
@@ -86,7 +82,7 @@
               <goal>javacc</goal>
             </goals>
             <configuration>
-              <sourceDirectory>${project.build.directory}/generated-sources/jjtree/org/apache/james/mime4j/field/address/parser</sourceDirectory>
+              <sourceDirectory>${project.build.directory}/generated-sources/jjtree/</sourceDirectory>
             </configuration>
           </execution>
           <execution>
@@ -95,19 +91,6 @@
             <goals>
               <goal>javacc</goal>
             </goals>
-            <configuration>
-              <sourceDirectory>${basedir}/src/main/javacc/org/apache/james/mime4j/field/datetime</sourceDirectory>
-            </configuration>
-          </execution>
-          <execution>
-            <id>generate-javacc3</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>javacc</goal>
-            </goals>
-            <configuration>
-              <sourceDirectory>${basedir}/src/main/javacc/org/apache/james/mime4j/field/contenttype</sourceDirectory>
-            </configuration>
           </execution>
         </executions>
       </plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org