2018-09-20 17:20:33 +02:00
|
|
|
Index: commons-beanutils-1.9.3-src/build.xml
|
|
|
|
===================================================================
|
|
|
|
--- commons-beanutils-1.9.3-src.orig/build.xml
|
|
|
|
+++ commons-beanutils-1.9.3-src/build.xml
|
2017-09-14 11:26:17 +02:00
|
|
|
@@ -62,10 +62,10 @@
|
2018-09-20 17:20:33 +02:00
|
|
|
|
|
|
|
|
|
|
|
<!-- Compiler source JDK version -->
|
|
|
|
- <property name="compile.source" value="1.5"/>
|
|
|
|
+ <property name="compile.source" value="8"/>
|
|
|
|
|
|
|
|
<!-- Compiler target JDK version -->
|
|
|
|
- <property name="compile.target" value="1.5"/>
|
|
|
|
+ <property name="compile.target" value="8"/>
|
|
|
|
|
|
|
|
<!-- Should Java compilations set the 'debug' compiler option? -->
|
|
|
|
<property name="compile.debug" value="true"/>
|