summaryrefslogtreecommitdiff
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
commit17b84a065fba6452246fa492eb775343bafa7c47 (patch)
treef5b867f75f5f6dc66c34809de5e03a7dc1e4ded8
parent3ec5ee10947c7eebd7ac360a287cbb362e781dc9 (diff)
downloadqpid-python-17b84a065fba6452246fa492eb775343bafa7c47.tar.gz
Updated message selector
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@585458 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/common/pom.xml20
1 files changed, 1 insertions, 19 deletions
diff --git a/java/common/pom.xml b/java/common/pom.xml
index 0d6e64b0e1..d6a102c25e 100644
--- a/java/common/pom.xml
+++ b/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>