You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pp...@apache.org on 2009/05/07 02:18:23 UTC

svn commit: r772473 - /openjpa/trunk/openjpa-persistence/pom.xml

Author: ppoddar
Date: Thu May  7 00:18:23 2009
New Revision: 772473

URL: http://svn.apache.org/viewvc?rev=772473&view=rev
Log:
Exclude JDK6 classes from JDK5 compiler

Modified:
    openjpa/trunk/openjpa-persistence/pom.xml

Modified: openjpa/trunk/openjpa-persistence/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence/pom.xml?rev=772473&r1=772472&r2=772473&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence/pom.xml Thu May  7 00:18:23 2009
@@ -87,6 +87,7 @@
                       <excludes>
                         <exclude>**/AnnotationProcessor6.java</exclude>
                         <exclude>**/SourceAnnotationHandler.java</exclude>
+                        <exclude>**/CompileTimeLogger.java</exclude>
                       </excludes>
 		            </configuration>
 		        </plugin>