You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2008/11/25 17:27:17 UTC

svn commit: r720529 - in /openjpa/trunk/openjpa-lib: pom.xml src/main/java/sun/

Author: mikedd
Date: Tue Nov 25 08:27:17 2008
New Revision: 720529

URL: http://svn.apache.org/viewvc?rev=720529&view=rev
Log:
OPENJPA-783 committing patch provided by Fernando

Removed:
    openjpa/trunk/openjpa-lib/src/main/java/sun/
Modified:
    openjpa/trunk/openjpa-lib/pom.xml

Modified: openjpa/trunk/openjpa-lib/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-lib/pom.xml?rev=720529&r1=720528&r2=720529&view=diff
==============================================================================
--- openjpa/trunk/openjpa-lib/pom.xml (original)
+++ openjpa/trunk/openjpa-lib/pom.xml Tue Nov 25 08:27:17 2008
@@ -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>