summaryrefslogtreecommitdiff
path: root/qpid/java/common
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2007-10-17 12:35:54 +0000
committerArnaud Simon <arnaudsimon@apache.org>2007-10-17 12:35:54 +0000
commit8fd2521d17c1cc3153d578e673bb7d4f363e23bb (patch)
tree77daafe69c12d967f0c1932303ce4f750abd8de1 /qpid/java/common
parent94845b1039db24b637d1564347594cdd2113a336 (diff)
downloadqpid-python-8fd2521d17c1cc3153d578e673bb7d4f363e23bb.tar.gz
Updated message selector
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@585458 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/common')
-rw-r--r--qpid/java/common/pom.xml20
1 files changed, 1 insertions, 19 deletions
diff --git a/qpid/java/common/pom.xml b/qpid/java/common/pom.xml
index 0d6e64b0e1..d6a102c25e 100644
--- a/qpid/java/common/pom.xml
+++ b/qpid/java/common/pom.xml
@@ -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>