java/apache-commons-beanutils: fix build with modern JDK
This commit is contained in:
parent
5049552d91
commit
bfe7ac7a92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555631
15
java/apache-commons-beanutils/files/patch-build.xml
Normal file
15
java/apache-commons-beanutils/files/patch-build.xml
Normal 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"/>
|
Loading…
Reference in New Issue
Block a user