Remove packages from javacc directories and upgrade to version 2.2.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@587782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2007-10-24 04:50:28 +00:00
parent cb2a061dc7
commit eb4c307446
1 changed files with 5 additions and 5 deletions

View File

@ -87,16 +87,16 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
<version>2.1</version>
<version>2.2</version>
<executions>
<execution>
<id>jjtree-jpql</id>
<phase>generate-sources</phase>
<configuration>
<sourceDirectory>
${basedir}/src/main/jjtree/org/apache/openjpa/kernel/jpql</sourceDirectory>
src/main/jjtree</sourceDirectory>
<outputDirectory>
${project.build.directory}/generated-sources/jjtree/org/apache/openjpa/kernel/jpql</outputDirectory>
${project.build.directory}/generated-sources/jjtree</outputDirectory>
<buildNodeFiles>false</buildNodeFiles>
</configuration>
<goals>
@ -108,9 +108,9 @@
<phase>generate-sources</phase>
<configuration>
<sourceDirectory>
${project.build.directory}/generated-sources/jjtree/org/apache/openjpa/kernel/jpql</sourceDirectory>
${project.build.directory}/generated-sources/jjtree</sourceDirectory>
<outputDirectory>
${project.build.directory}/generated-sources/javacc/org/apache/openjpa/kernel/jpql</outputDirectory>
${project.build.directory}/generated-sources/javacc</outputDirectory>
</configuration>
<goals>
<goal>javacc</goal>