mirror of https://github.com/apache/openjpa.git
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:
parent
7f7497dee3
commit
1617c44f57
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue