You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ar...@apache.org on 2007/08/06 15:55:04 UTC

svn commit: r563135 - /incubator/qpid/trunk/qpid/java/client/pom.xml

Author: arnaudsimon
Date: Mon Aug  6 06:55:04 2007
New Revision: 563135

URL: http://svn.apache.org/viewvc?view=rev&rev=563135
Log:
moved filter into common

Modified:
    incubator/qpid/trunk/qpid/java/client/pom.xml

Modified: incubator/qpid/trunk/qpid/java/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/client/pom.xml?view=diff&rev=563135&r1=563134&r2=563135
==============================================================================
--- incubator/qpid/trunk/qpid/java/client/pom.xml (original)
+++ incubator/qpid/trunk/qpid/java/client/pom.xml Mon Aug  6 06:55:04 2007
@@ -126,26 +126,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>javacc-maven-plugin</artifactId>
-                <version>2.0</version>
-                <executions>
-                    <execution>
-                        <phase>generate-sources</phase>
-                        <configuration>
-                            <sourceDirectory>${basedir}/src/main/grammar</sourceDirectory>
-                            <outputDirectory>${basedir}/target/generated-sources</outputDirectory>
-                            <packageName>org.apache.qpid.nclient.jms.filter.selector</packageName>
-                        </configuration>
-                        <goals>
-                            <goal>javacc</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
+            </plugin>          
 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>