Author: arnaudsimon
Date: Wed Oct 17 05:35:54 2007
New Revision: 585458
URL: http://svn.apache.org/viewvc?rev=585458&view=rev
Log:
Updated message selector
Modified:
incubator/qpid/trunk/qpid/java/common/pom.xml
Modified: incubator/qpid/trunk/qpid/java/common/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/java/common/pom.xml?rev=585458&r1=585457&r2=585458&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/java/common/pom.xml (original)
+++ incubator/qpid/trunk/qpid/java/common/pom.xml Wed Oct 17 05:35:54 2007
@@ -103,25 +103,7 @@
</executions>
</plugin>
- <!-- Generates message selector grammar -->
- <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>${project.build.directory}/generated-sources/selector</outputDirectory>
-
<packageName>org.apache.qpidity.filter.selector</packageName>
- </configuration>
- <goals>
- <goal>javacc</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+
<!-- Backports the module to Java 1.4. This is done during the
packaging phase as a transformation of the Jar. -->
<plugin>