OPENJPA-783 committing patch provided by Fernando

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@720529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2008-11-25 16:27:17 +00:00
parent 7f7497dee3
commit 1617c44f57
1 changed files with 1 additions and 17 deletions

View File

@ -87,23 +87,7 @@
-->
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<!--
delete the sun/misc/Perf.class file, which is
only there as a compilation stub
-->
<execution>
<id>delete sun.misc.Perf</id>
<phase>process-classes</phase>
<configuration>
<tasks>
<delete failonerror="true" dir="${project.build.outputDirectory}/sun/" />
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
<executions>
<execution>
<id>set subversion revision</id>
<phase>compile</phase>