Exclude JDK6 classes from JDK5 compiler

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@772473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2009-05-07 00:18:23 +00:00
parent 8321d31c89
commit 2ef46be65e
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@
<excludes>
<exclude>**/AnnotationProcessor6.java</exclude>
<exclude>**/SourceAnnotationHandler.java</exclude>
<exclude>**/CompileTimeLogger.java</exclude>
</excludes>
</configuration>
</plugin>