2017-09-14 11:26:17 +02:00
|
|
|
--- commons-beanutils-1.9.2-src/build.xml 2014-05-25 19:24:55.000000000 +0200
|
|
|
|
+++ commons-beanutils-1.9.2-src/build.xml 2017-09-14 10:40:26.676525095 +0200
|
|
|
|
@@ -62,10 +62,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Compiler source JDK version -->
|
|
|
|
- <property name="compile.source" value="1.5"/>
|
2018-05-15 08:06:42 +02:00
|
|
|
+ <property name="compile.source" value="8"/>
|
2017-09-14 11:26:17 +02:00
|
|
|
|
|
|
|
<!-- Compiler target JDK version -->
|
|
|
|
- <property name="compile.target" value="1.5"/>
|
2018-05-15 08:06:42 +02:00
|
|
|
+ <property name="compile.target" value="8"/>
|
2017-09-14 11:26:17 +02:00
|
|
|
|
|
|
|
<!-- Should Java compilations set the 'debug' compiler option? -->
|
|
|
|
<property name="compile.debug" value="true"/>
|