2017-09-10 08:51:03 +02:00
|
|
|
--- pentaho-libxml-1.1.3/common_build.xml 2017-09-10 08:45:02.793392955 +0200
|
|
|
|
+++ pentaho-libxml-1.1.3/common_build.xml 2017-09-10 08:46:25.295087266 +0200
|
|
|
|
@@ -136,8 +136,8 @@
|
|
|
|
<property name="javac.deprecation"
|
|
|
|
value="true"
|
|
|
|
description="Indicates whether source should be compiled with deprecation information" />
|
|
|
|
- <property name="javac.source" value="1.5" description="Provide source compatibility with specified release" />
|
|
|
|
- <property name="javac.target" value="1.5" description="Generate class files for specific VM version" />
|
2022-03-20 09:57:33 +01:00
|
|
|
+ <property name="javac.source" value="1.8" description="Provide source compatibility with specified release" />
|
|
|
|
+ <property name="javac.target" value="1.8" description="Generate class files for specific VM version" />
|
2017-09-10 08:51:03 +02:00
|
|
|
|
|
|
|
<!-- Build Cache properties -->
|
|
|
|
<property name="build.cache.dir"
|