java/apache-commons-beanutils: fix build with modern JDK

This commit is contained in:
Max Brazhnikov 2020-11-18 11:15:53 +00:00
parent 5049552d91
commit bfe7ac7a92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555631

View File

@ -0,0 +1,15 @@
--- build.xml.orig 2020-11-17 15:42:56 UTC
+++ build.xml
@@ -62,10 +62,10 @@
<!-- Compiler source JDK version -->
- <property name="compile.source" value="1.5"/>
+ <property name="compile.source" value="1.6"/>
<!-- Compiler target JDK version -->
- <property name="compile.target" value="1.5"/>
+ <property name="compile.target" value="1.6"/>
<!-- Should Java compilations set the 'debug' compiler option? -->
<property name="compile.debug" value="true"/>