mirror of https://github.com/apache/openjpa.git
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:
parent
8321d31c89
commit
2ef46be65e
|
@ -87,6 +87,7 @@
|
|||
<excludes>
|
||||
<exclude>**/AnnotationProcessor6.java</exclude>
|
||||
<exclude>**/SourceAnnotationHandler.java</exclude>
|
||||
<exclude>**/CompileTimeLogger.java</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue