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>